diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/noncompile/va-arg-1.c')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/noncompile/va-arg-1.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/testsuite/gcc.c-torture/noncompile/va-arg-1.c b/gcc/testsuite/gcc.c-torture/noncompile/va-arg-1.c deleted file mode 100644 index 0285872..0000000 --- a/gcc/testsuite/gcc.c-torture/noncompile/va-arg-1.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <stdarg.h> - -f (int x, ...) -{ - va_list args; - va_start (args, bogus_variable); - va_end (args); -} |