1; RUN: llc < %s2 3define i32 @foo(i32 %x) {4 ret i32 425}6 7define i32 @main() {8 %r = call i32 @foo( i32 15 ) ; <i32> [#uses=1]9 ret i32 %r10}11