]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/parse/stmtexpr1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / parse / stmtexpr1.C
diff --git a/gcc/testsuite/g++.dg/parse/stmtexpr1.C b/gcc/testsuite/g++.dg/parse/stmtexpr1.C
deleted file mode 100644 (file)
index 4455398..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// { dg-do compile }
-// { dg-options "" }
-
-int
-main (int argc, char **argv)
-{
-  int a = ({ 1 ? 0 : 1; });
-  return ({ argc > 1 ? 1 : 0; });
-}