rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20041005-1.c

7 lines
183 B
C

/* This wrongly caused duplicate definitions of x in the assembler
output. */
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
static int x = 1;
void f (void) { extern int x; }