
Run the tests only if enabled explicitly by an undocumented cache entry. We will enable it on hosts known to have the toolchains. Closes: #26735
11 lines
204 B
ArmAsm
11 lines
204 B
ArmAsm
; module.s: assembly "main" function returns 32.
|
|
;
|
|
.name "module.s"
|
|
.text
|
|
.align 2
|
|
|
|
.globl main
|
|
main:
|
|
diab.li r3,32
|
|
blr
|