blob: b882689923968cc4a156d21b5b9275490457d344 [file] [log] [blame]
; RUN: llvm-as < %s | llc
define void @foo() {
ret void
}
define i32 @main() {
call void @foo( )
ret i32 0
}