* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr58088.c
blob07a9c68a7fff25d96676aff468dd8645c6cb00fe
1 int
2 bar (int i)
4 return 1 | ((i * 2) & 254);