Sign in
llvm
/
clang
/
refs/heads/release_27
/
.
/
test
/
CodeGen
/
annotate.c
blob: 84d564a61f71906dd1e82f4f755ce33c872eb42e [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
__attribute
((
annotate
(
"foo"
)))
char
foo
;
void
a
(
char
*
a
)
{
__attribute__
((
annotate
(
"bar"
)))
static
char
bar
;
}
// CHECK: @llvm.global.annotations = appending global [2 x %0]