/* bug-2548.c */ #include int *p; void testBug(void) { !(((p != 0)&1)); }