mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 14:54:42 +00:00
7 lines
161 B
ArmAsm
7 lines
161 B
ArmAsm
# REQUIRES: x86
|
|
|
|
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
|
|
# RUN: ld.lld %t -o /dev/null -shared --gc-sections
|
|
|
|
.global foo
|
|
foo = 0x123
|