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
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
ExecutionEngine
/
simplesttest.ll
blob
fa69533fa9a30fdc0c023bb76a3757f6ee0e6c63
1
; RUN: llvm-as %s -f -o %t.bc
2
; RUN: lli %t.bc > /dev/null
3
4
define i32 @main() {
5
ret i32 0
6
}
7