Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b7a5ccabdd37fb10d175b3c901b73fa24e9b58da
/
.
/
test
/
CFrontend
/
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"
);
}