// RUN: %clang_cc1 -triple=powerpc-ibm-aix-xcoff -S -emit-llvm < %s | \
// RUN: FileCheck --check-prefix=32BIT %s
// RUN: %clang_cc1 -triple=powerpc64-ibm-aix-xcoff -S -emit-llvm < %s | \
// RUN: FileCheck --check-prefix=64BIT %s
typedef __SIZE_TYPE__ size_t;
extern void *;
void
// 32BIT: %0 = alloca i8, i32 9, align 16
// 32BIT: %1 = alloca i8, i32 32, align 16
// 64BIT: %0 = alloca i8, i64 9, align 16
// 64BIT: %1 = alloca i8, i64 32, align 16