Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2a9ddfb903ae3baede7282348afae1f750905248
/
.
/
test
/
FrontendC
/
2008-02-11-AnnotateBuiltin.c
blob: 32bc7a827450c0c9a5766eb6f8044ed85293940e [
file
] [
log
] [
blame
]
// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.annotation
int
main
()
{
int
x
=
0
;
return
__builtin_annotation
(
x
,
"annotate"
);
}