mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
6 lines
102 B
LLVM
6 lines
102 B
LLVM
|
; RUN: llvm-as %s -o /dev/null -f
|
||
|
|
||
|
@foo = global i32 0
|
||
|
@bar = constant i32* getelementptr(i32* @foo)
|
||
|
|