blob: b0a65117ec322b14947f851101b559aebaaa30a1 [file] [log] [blame]
/* 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; }