1 // Test this without pch.
2 // RUN: %clang_cc1 -include %s -emit-llvm -o - %s | FileCheck %s
5 // RUN: %clang_cc1 -emit-pch -o %t %s
6 // RUN: %clang_cc1 -include-pch %t -emit-llvm -o - %s | FileCheck %s
14 int buffer
[123] __attribute__((__aligned__(512)));