6 lines
118 B
ArmAsm
6 lines
118 B
ArmAsm
.text
|
|
.global missing
|
|
missing:
|
|
callq undefined
|
|
# This is a "bad" (undefined) instance of the symbol
|
|
callq multi
|