blob: e2e222f4edcf46e4c49d331198dc6a3f054cdccd [file] [log] [blame]
; PR1318
; RUN: opt < %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
; RUN: -disable-output |& grep Hello
@junk = global i32 0
define i32* @somefunk() {
ret i32* @junk
}