]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.niklas/t122.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.niklas / t122.C
diff --git a/gcc/testsuite/g++.old-deja/g++.niklas/t122.C b/gcc/testsuite/g++.old-deja/g++.niklas/t122.C
deleted file mode 100644 (file)
index a4ec045..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-// Build don't link: 
-// GROUPS passed niklas dwarf
-struct S { S(); };
-
-inline void
-foo (
-      S a,
-      S b
-    )
-{}
-
-void
-bar (S s1, S s2)
-{ foo (s1, s2); }