Eric Christopher | 3883e66 | 2011-07-26 22:17:02 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s |
2 | |||||
3 | // rdar://7270273 | ||||
4 | void foo() __attribute__((aligned (64))); | ||||
5 | void foo() { | ||||
6 | // CHECK: define void @foo() {{.*}} align 64 | ||||
7 | } |