xref: /llvm-project/bolt/test/runtime/AArch64/Inputs/basic-instrumentation.s (revision 83cb541f806dc7745361ba80ddfe4d0a000bd366)
1  .globl main
2  .type main, %function
3main:
4	sub		sp, sp, #16
5	mov		w0, wzr
6	str		wzr, [sp, #12]
7	add		sp, sp, #16
8	ret
9.size main, .-main
10