]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libmudflap/testsuite/libmudflap.c++/error1-frag.cxx
Imported gcc-4.4.3
[msp430-gcc.git] / libmudflap / testsuite / libmudflap.c++ / error1-frag.cxx
diff --git a/libmudflap/testsuite/libmudflap.c++/error1-frag.cxx b/libmudflap/testsuite/libmudflap.c++/error1-frag.cxx
new file mode 100644 (file)
index 0000000..8bfe853
--- /dev/null
@@ -0,0 +1,5 @@
+// PR 26789
+// { dg-do compile }
+
+struct A;
+A a; // { dg-error "incomplete" }