xref: /llvm-project/bolt/test/X86/Inputs/static_exe.s (revision 4c106cfdf7cf7eec861ad3983a3dd9a9e8f3a8ae)
1  .globl main
2  .type main, %function
3main:
4	pushq	%rbp
5	movq	%rsp, %rbp
6	hlt
7	movl	$0x0, %eax
8	popq	%rbp
9	retq
10.size main, .-main
11