1 // RUN: %clang_cc1 -fsyntax-only -verify %s -triple powerpc-ibm-aix
2 // RUN: %clang_cc1 -fsyntax-only -verify %s -triple powerpc64-ibm-aix
3 // expected-no-diagnostics
4 
5 extern __builtin_va_list ap;
6 extern char *ap;
7