blob: e2e222f4edcf46e4c49d331198dc6a3f054cdccd [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; PR1318
Dan Gohman3c7d3082009-09-11 18:01:28 +00002; RUN: opt < %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
Dan Gohman1b4c27772009-09-08 16:50:01 +00003; 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