51e8f10cf6
PR mudflap/26789 * testsuite/libmudflap.c++/error1-frag.cxx: New test. PR mudflap/26790 * testsuite/libmudflap.c++/error2-frag.cxx: New test. From-SVN: r113095
6 lines
78 B
C++
6 lines
78 B
C++
// PR 26789
|
|
// { dg-do compile }
|
|
|
|
struct A;
|
|
A a; // { dg-error "incomplete" }
|