aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/ptrcast.c
blob: 8e4df0700c68c138fa724b5645f0df8bd7de31e6 (plain)
1
2
3
4
5
6
7
8
9
static char *ptrcast(unsigned long *x)
{
	return (unsigned char *) x;
}

/*
 * check-name: Pointer cast code generation
 * check-command: sparsec -c $file -o tmp.o
 */