fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / FrontendC / func-aligned.c
blob477e82418aef4bf9e2f832b4573ec7c0c431de71
1 // RUN: %llvmgcc %s -S -o - | FileCheck %s
3 // rdar://7270273
4 void foo() __attribute__((aligned (64)));
5 void foo() {
6 // CHECK: define void @foo() {{.*}} align 64