(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
expr/
sizeof3.C
// PR c++/15337

class CCC; 
int main() { sizeof(CCC); return 0; } // { dg-error "14:invalid application of .sizeof. to incomplete type .CCC." }