* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / BUG2.c
blob6dc30be65023d2f5ef0bf2bd364b7af73fdcf350
1 BUG2 (p) int *p;
3 int a = 0;
4 if (*p == a)
5 return 0;
6 else
7 return 1;