expressions: make assign_expression() take an op argument
[smatch.git] / validation / backend / ptrcast.c
blob8e4df0700c68c138fa724b5645f0df8bd7de31e6
1 static char *ptrcast(unsigned long *x)
3 return (unsigned char *) x;
6 /*
7 * check-name: Pointer cast code generation
8 * check-command: sparsec -c $file -o tmp.o
9 */