blob: 5a9bcf6748c407e9ad6047022572589cb4c20969 [file] [log] [blame]
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -Oz -o - %s | FileCheck %s
// CHECK: define{{.*}} void @f() local_unnamed_addr [[ATTRS:#[0-9]+]] {
void f() __attribute__((leaf));
void f()
{
}
// CHECK: attributes [[ATTRS]] = { {{.*}}nocallback{{.*}} }