blob: 37feeae3ad979ace71ceae94f2890077203fd65b [file] [log] [blame]
; RUN: llc < %s
define void @foo() {
ret void
}
define i32 @main() {
call void @foo( )
ret i32 0
}