mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
10 lines
180 B
LLVM
10 lines
180 B
LLVM
; PR1318
|
|
; RUN: opt < %s -load=%llvmlibsdir/LLVMHello%shlibext -hello \
|
|
; RUN: -disable-output |& grep Hello
|
|
|
|
@junk = global i32 0
|
|
|
|
define i32* @somefunk() {
|
|
ret i32* @junk
|
|
}
|
|
|