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 }