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
2013-04-30 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr45049-2.C
blob
a9518842edb66beb54ca0f39ef754afd2961566b
1
/* { dg-do compile } */
2
3
void foo()
4
{
5
void bar(int);
6
void baz(int);
7
void baz(void);
8
void bar(void);
9
}