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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr67405.C
blob
505592190e1e80669348ea41a832009c096c9d7f
1
// { dg-do compile }
2
3
struct S
4
{
5
S f; // { dg-error "incomplete type" }
6
};
7
8
void
9
fn1 (S p1)
10
{
11
}