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
Fix typo in test case
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
redecl1.C
blob
d08e5aa908859231f5e0430cdd19aae172022abe
1
//Build don't link:
2
struct X{
3
void i();
4
void i(int); // ERROR -
5
int i; // ERROR - conflict
6
};