Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
friend8.C
blob: aac5f0e55a603264ca8eee734082e89346da711a [
file
] [
log
] [
blame
]
// PR c++/35578
// Check position of error message
// { dg-do compile }
int
i
;
friend
// { dg-error "friend" }
void
foo
();