diff options
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/dg-10.c')
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/dg-10.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/dg-10.c b/gcc/testsuite/gcc.misc-tests/dg-10.c deleted file mode 100644 index 6d7b344..0000000 --- a/gcc/testsuite/gcc.misc-tests/dg-10.c +++ /dev/null @@ -1,12 +0,0 @@ -/* Test the tester. */ -/* { dg-prms-id 42 } */ -/* { dg-options "-Wall" } */ - -/* FIXME: we want to test dg-lose here. Anyone know of a good way to - crash the compiler? */ - -int -main (int argc, char *argv[]) -{ - return 0; -} |