* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000405-2.c
blob0b8559f143664e954add4435b0f50a18721d409d
1 extern void foo (int);
3 void bar (unsigned long l)
5 foo(l == 0);