summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/default-function-attr.c
blob: b0d1398a157e1b49e3dcf2bc51afa08db1687ff5 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -default-function-attr foo=bar -emit-llvm %s -o - | FileCheck %s

// CHECK: define void @foo() #[[X:[0-9]+]]
void foo() {}

// CHECK: attributes #[[X]] = {{.*}} "foo"="bar"
OpenPOWER on IntegriCloud