1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-19 06:31:18 +00:00
2013-09-16 01:08:15 +00:00

10 lines
190 B
LLVM

; RUN: echo > %t.ll
; RUN: llvm-link %t.ll %s -S -o - | FileCheck %s
@i = linkonce_odr global i32 1
; CHECK: define void @f() prefix i32* @i
define void @f() prefix i32* @i {
ret void
}