OSDN Git Service

* call.c (convert_like_real): Give "initializing argument of"
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / expr / sizeof3.C
1 // PR c++/15337
2
3 class CCC; 
4 int main() { sizeof(CCC); return 0; } // { dg-error ".*CCC.*" }