* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030109-1.c
blob4df7d18721a205f1cba13277ede74a1e4180d8be
1 void foo ()
3 int x1, x2, x3;
5 bar (&x2 - &x1, &x3 - &x2);