aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/load_module.ll
blob: cdc57085b5d4094131ecf948f9dd59a56de690d7 (plain)
1
2
3
4
5
6
7
8
9
10
; PR1318
; RUN: opt %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
; RUN:   -disable-output |& grep Hello

@junk = global i32 0

define i32* @somefunk() {
  ret i32* @junk
}