mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 23:23:07 +00:00
8 lines
161 B
ArmAsm
8 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
|