Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
inline1.C
blob: 5c3034c6ec28c6a25d935bb4c28dab6264caa6f4 [
file
] [
log
] [
blame
]
struct
f
{
int
oo
()
{
return
(
2
;
// { dg-error "" }
}
};