aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libmudflap/testsuite/libmudflap.c++/error1-frag.cxx
blob: 8bfe85328302f0a635b3e27ca0aee05d73304b0a (plain)
1
2
3
4
5
// PR 26789
// { dg-do compile }

struct A;
A a; // { dg-error "incomplete" }