blob: a312be46dc45f820fdd9643463913c09550831e2 [file] [log] [blame]
// RUN: %clang_cc1 -triple x86_64-unknown-linux -default-function-attr foo=bar -emit-llvm %s -o - | FileCheck %s
// CHECK: define{{.*}} void @foo() #[[X:[0-9]+]]
void foo(void) {}
// CHECK: attributes #[[X]] = {{.*}} "foo"="bar"