* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20041005-1.c
blobb0a65117ec322b14947f851101b559aebaaa30a1
1 /* This wrongly caused duplicate definitions of x in the assembler
2 output. */
3 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
5 static int x = 1;
6 void f (void) { extern int x; }