mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 09:29:46 +08:00
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" }
|