* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr13066-1.c
blobc2930f95df65ee1686ebefb8d06e154a4327ac37
1 void *g, *c;
2 int a, b;
4 int f()
6 if ((0 == a) != (b || g == c))
7 return 1;
8 return 0;