repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git]
/
test
/
ExecutionEngine
/
simplesttest.ll
blob
ad38485d6e02ecdf1e4bab8c82a971d5f2eb69ff
1
; RUN: lli %s > /dev/null
2
3
define i32 @main() {
4
ret i32 0
5
}
6