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
* MAINTAINERS: Add a note that maintainership also includes web
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
friend8.C
blob
aac5f0e55a603264ca8eee734082e89346da711a
1
// PR c++/35578
2
// Check position of error message
3
// { dg-do compile }
4
5
int i;
6
7
friend // { dg-error "friend" }
8
void foo();