aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests/dg-10.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/dg-10.c')
-rw-r--r--gcc/testsuite/gcc.misc-tests/dg-10.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/dg-10.c b/gcc/testsuite/gcc.misc-tests/dg-10.c
new file mode 100644
index 00000000000..6d7b3441623
--- /dev/null
+++ b/gcc/testsuite/gcc.misc-tests/dg-10.c
@@ -0,0 +1,12 @@
+/* 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;
+}