summaryrefslogtreecommitdiff
path: root/test/Sema/varargs-aix.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/varargs-aix.c')
-rw-r--r--test/Sema/varargs-aix.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Sema/varargs-aix.c b/test/Sema/varargs-aix.c
deleted file mode 100644
index 5aaa209069..0000000000
--- a/test/Sema/varargs-aix.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s -triple powerpc-ibm-aix
-// RUN: %clang_cc1 -fsyntax-only -verify %s -triple powerpc64-ibm-aix
-// expected-no-diagnostics
-
-extern __builtin_va_list ap;
-extern char *ap;