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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
linkage1.C
blob
6f6bdfdea8a99c0bdc75ae8494fc0e5937292467
1
// DR 563
2
3
extern int i; // { dg-error "linkage" }
4
extern "C" int i; // { dg-error "linkage" }