mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 03:46:07 +00:00

llvm-svn 356197 relanded previously failing test case max_align.c. This commit will reland the rest of llvm-svn 356060 commit. Differential Revision: https://reviews.llvm.org/D59048 llvm-svn: 356208
7 lines
212 B
C
7 lines
212 B
C
// 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;
|