blob: 5a36041640ce6770ca7fdd4c5d8295377e106637 [file] [log] [blame]
declare i32 @foo()
define i32 @bar() {
entry:
%0 = call i32 @foo()
ret i32 %0
}