blob: 8e4df0700c68c138fa724b5645f0df8bd7de31e6 [file] [log] [blame]
static char *ptrcast(unsigned long *x)
{
return (unsigned char *) x;
}
/*
* check-name: Pointer cast code generation
* check-command: sparsec -c $file -o tmp.o
*/