blob: e2e222f4edcf46e4c49d331198dc6a3f054cdccd [file] [log] [blame]
Reid Spencer2a706572007-04-11 21:14:53 +00001; PR1318
Dan Gohmanf2f6ce62009-09-11 18:01:28 +00002; RUN: opt < %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
Dan Gohmanb1e1e822009-09-08 16:50:01 +00003; RUN: -disable-output |& grep Hello
Reid Spencer2a706572007-04-11 21:14:53 +00004
5@junk = global i32 0
Reid Spencer78732c22007-04-12 01:12:54 +00006
7define i32* @somefunk() {
8 ret i32* @junk
9}
10