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