David Gonzalez Martin 88ce420b00 Enable MacOS CI
2024-04-22 15:49:07 -06:00

5 lines
43 B
ArmAsm

.global _foo
_foo:
mov w0, #42
ret