repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve compatibility with older versions of Windows.
[llvm/msp430.git]
/
test
/
FrontendC
/
2008-02-11-AnnotateBuiltin.c
blob
32bc7a827450c0c9a5766eb6f8044ed85293940e
1
// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.annotation
2
3
int
main
() {
4
int
x
=
0
;
5
return
__builtin_annotation
(
x
,
"annotate"
);
6
}
7