Sign in
ara-mdk
/
platform
/
external
/
llvm
/
770772e831d1ff1dfbc0e94fb3212437e597d7a5
/
.
/
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"
);
}