Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
g++.dg
/
pr67405.C
blob: 505592190e1e80669348ea41a832009c096c9d7f [
file
] [
log
] [
blame
]
// { dg-do compile }
struct
S
{
S f
;
// { dg-error "incomplete type" }
};
void
fn1
(
S p1
)
{
}