mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
6 lines
134 B
LLVM
6 lines
134 B
LLVM
|
; RUN: llvm-as < %s | llc | not grep 18446744073709551612
|
||
|
|
||
|
%A = external global int
|
||
|
|
||
|
%Y = global int* getelementptr (int* %A, int -1)
|