aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr26672.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr26672.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr26672.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr26672.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr26672.c
deleted file mode 100644
index b13b5dcae..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/pr26672.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* { dg-do compile } */
-
-int printf(const char *format, ...);
-extern const char help_string[];
-void app_opts(void) {
- printf("%s", help_string);
-}
-const char help_string[] = "foo\n";