mirror of
https://github.com/ziglang/zig.git
synced 2026-02-10 19:41:16 +00:00
14 lines
114 B
ArmAsm
14 lines
114 B
ArmAsm
|
|
.text
|
|
|
|
.def f
|
|
.scl 2
|
|
.type 32
|
|
.endef
|
|
.global f
|
|
f:
|
|
retq $0
|
|
|
|
.section .drectve,"rd"
|
|
.ascii " /EXPORT:f"
|