[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Sema / varargs-aix.c
blob5aaa2090695656feef6e365b4b3f989e27dc76a3
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
5 extern __builtin_va_list ap;
6 extern char *ap;