aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/simplesttest.ll
blob: 82e8a2dc869b4df8f55150edbd0ea34601180233 (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
}