mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
9 lines
184 B
LLVM
9 lines
184 B
LLVM
|
; RUN: as < %s > Output/%s.bc
|
||
|
; RUN: echo | as > Output/%s.tmp.bc
|
||
|
; RUN: link Output/%s.tmp.bc Output/%s.bc
|
||
|
|
||
|
%X = constant int 5
|
||
|
%Y = internal global [2 x int*] [ int* %X, int * %X]
|
||
|
|
||
|
|