blob: 82e8a2dc869b4df8f55150edbd0ea34601180233 [file] [log] [blame]
; RUN: llvm-as < %s -f -o %t.bc
; RUN: lli %t.bc > /dev/null
define i32 @main() {
ret i32 0
}