summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.wendy/gnu11.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.wendy/gnu11.c')
-rwxr-xr-xgcc/testsuite/gcc.wendy/gnu11.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/testsuite/gcc.wendy/gnu11.c b/gcc/testsuite/gcc.wendy/gnu11.c
deleted file mode 100755
index 8ca2fac..0000000
--- a/gcc/testsuite/gcc.wendy/gnu11.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* DEJAGNU_OUTPUT:"Failed (if it compiled at all)..." */
-
-main() {
- int s;
-
- s = sizeof main;
- printf("Failed (if it compiled at all)...\n");
-}