No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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; }