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


implementation

int %main() {
        ret int 0
}