mirror of
https://github.com/rui314/mold.git
synced 2024-12-27 10:23:41 +03:00
9 lines
147 B
ArmAsm
9 lines
147 B
ArmAsm
// RUN: cc -o %t.o -c %s
|
|
// RUN: mold -o %t.exe %t.o
|
|
// RUN: readelf -a %t.exe
|
|
|
|
.weak weak_fn
|
|
.global _start
|
|
_start:
|
|
nop
|