Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
expr
/
sizeof3.C
blob: 915c86b2b72f439fd7dd6c168b95d00d8694aa0a [
file
] [
log
] [
blame
]
// PR c++/15337
class
CCC
;
int
main
()
{
sizeof
(
CCC
);
return
0
;
}
// { dg-error "14:invalid application of .sizeof. to incomplete type .CCC." }