blob: 356eceb285eae1aef5ca13094ab0726bd673ce28 [file] [log] [blame]
Reid Spencer2a706572007-04-11 21:14:53 +00001; PR1318
Reid Spencer70718362007-04-14 17:49:06 +00002; RUN: llvm-as < %s | opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
3; 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