blob: cdc57085b5d4094131ecf948f9dd59a56de690d7 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; PR1318
Dan Gohman1b4c27772009-09-08 16:50:01 +00002; RUN: opt %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
3; RUN: -disable-output |& grep Hello
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004
5@junk = global i32 0
6
7define i32* @somefunk() {
8 ret i32* @junk
9}
10