C++程序  |  8行  |  164 B

// RUN: %llvmgcc %s -S -o - | FileCheck %s

// rdar://7270273
void foo() __attribute__((aligned (64)));
void foo() {
// CHECK: define void @foo() {{.*}} align 64
}