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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
inline1.C
blob
5c3034c6ec28c6a25d935bb4c28dab6264caa6f4
1
struct f
2
{
3
int oo()
4
{
5
return (2; // { dg-error "" }
6
}
7
};