repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20041005-1.c
blob
b0a65117ec322b14947f851101b559aebaaa30a1
1
/* This wrongly caused duplicate definitions of x in the assembler
2
output. */
3
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
4
5
static int
x
=
1
;
6
void
f
(
void
) {
extern
int
x
; }