llvm-hs-pretty-0.4.0.0: tests/input/multiple.ll
; ModuleID = 'simple module'
define i32 @foo(i32 %x) {
entry:
%x.addr = alloca i32
store i32 %x, i32* %x.addr
%0 = load i32, i32* %x.addr
ret i32 %0
}
define i32 @bar(i32 %x) {
entry:
%x.addr = alloca i32
store i32 %x, i32* %x.addr
ret i32 1000
}