1; RUN: llc < %s2 3define void @foo() {4 ret void5}6 7define i32 @main() {8 call void @foo( )9 ret i32 010}11 12