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


implementation

int %main() {
        ret int 0
}