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 */