* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / xlop.c
blob6506bfd3415ef11ef6eb815446ae8a55e4476491
1 foo (a)
3 int b;
4 do
6 b = bar ();
7 a = b - 10;
9 while (a > 10);
10 return a;