1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-17 07:34:35 +00:00
2007-04-14 17:49:06 +00:00

11 lines
192 B
LLVM

; PR1318
; RUN: llvm-as < %s | opt -load=%llvmlibsdir/LLVMHello%shlibext -hello \
; RUN: -disable-output - |& grep Hello
@junk = global i32 0
define i32* @somefunk() {
ret i32* @junk
}