2007-04-12 05:14:53 +08:00
|
|
|
; PR1318
|
2009-09-09 00:50:01 +08:00
|
|
|
; RUN: opt %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
|
|
|
|
; RUN: -disable-output |& grep Hello
|
2007-04-12 05:14:53 +08:00
|
|
|
|
|
|
|
@junk = global i32 0
|
2007-04-12 09:12:54 +08:00
|
|
|
|
|
|
|
define i32* @somefunk() {
|
|
|
|
ret i32* @junk
|
|
|
|
}
|
|
|
|
|