summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/simplesttest.ll
blob: fa69533fa9a30fdc0c023bb76a3757f6ee0e6c63 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null

define i32 @main() {
	ret i32 0
}