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." }