aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/two-types-9.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/two-types-9.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/two-types-9.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/two-types-9.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/two-types-9.c
deleted file mode 100644
index c6da94992..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/two-types-9.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */
-
-struct f {}
-static int a, b; /* { dg-error "expected ';', identifier or " "" } */
-
-int f()
-{
- return a - b; /* { dg-bogus "invalid operands " "" } */
-}