* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / xi.c
blob54b42c5a3777b259ff47d1b6d551d1b48c057054
1 foo (a)
3 int r = 0;
4 if (a)
5 r = 1;
6 return r;