change of mind :)
[oota-llvm.git] / test / Feature / load_module.ll
1 ; PR1318
2 ; RUN: opt < %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
3 ; RUN:   -disable-output |& grep Hello
4
5 @junk = global i32 0
6
7 define i32* @somefunk() {
8   ret i32* @junk
9 }
10