Files
clang-p2996/bolt/test/X86/Inputs/static_exe.s
Amir Ayupov 01a81dca41 [BOLT][TEST] Imported small tests
Summary:
Imported small internal tests:
- shared_object.test
- shrinkwrapping.test
- static_exe.test
- tailcall.test
- vararg.test

(cherry picked from FBD31523478)
2021-10-08 18:23:32 -07:00

11 lines
131 B
ArmAsm

.globl main
.type main, %function
main:
pushq %rbp
movq %rsp, %rbp
hlt
movl $0x0, %eax
popq %rbp
retq
.size main, .-main