sizeof3.C   [plain text]


// PR c++/15337

class CCC; 
int main() { sizeof(CCC); return 0; } // { dg-error ".*CCC.*" }