]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Wed, 23 Oct 2002 21:56:55 +0000 (21:56 +0000)
committerNo Author <no-author@gcc.gnu.org>
Wed, 23 Oct 2002 21:56:55 +0000 (21:56 +0000)
'gcc-3_2-branch'.

From-SVN: r58472

gcc/testsuite/g++.dg/parse/inline1.C [new file with mode: 0644]

diff --git a/gcc/testsuite/g++.dg/parse/inline1.C b/gcc/testsuite/g++.dg/parse/inline1.C
new file mode 100644 (file)
index 0000000..5c3034c
--- /dev/null
@@ -0,0 +1,7 @@
+struct f
+{
+  int oo()
+  {
+    return (2; // { dg-error "" }
+  }
+};