mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-19 12:17:55 +01:00
12 lines
121 B
ArmAsm
12 lines
121 B
ArmAsm
.globl main
|
|
.globl start
|
|
.globl _start
|
|
.globl __start
|
|
.text
|
|
main:
|
|
start:
|
|
_start:
|
|
__start:
|
|
.byte 0
|
|
.common foo,4,4
|