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