repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20020110.c
blob
90e0ce95d29f307883ebcb24762a7321aeb46a7d
1
/* Copyright 2002 Free Software Foundation */
2
3
/* Make sure the nested extern declaration doesn't conflict with the
4
non-extern one in the enclosing scope. */
5
6
void
foo
() {
7
static long
bar
;
8
9
{
10
extern
int
bar
;
11
}
12
}