Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
41e11a9315f7041c93e409f5d372013204e7cd04
/
.
/
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]