* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr48742.c
blob0a670f3c99078354736d428f2b9b4b23bb96928c
1 /* PR c/48742 */
3 void baz (int);
5 int
6 foo (void)
8 return 1 / 0 > 0;
11 void
12 bar (void)
14 baz (1 <= 2 % (3 >> 1 > 5 / 6 == 3));