x64_exit_42.s (112B)
1 // x64 smoke case: defines test_main returning 42. 2 .text 3 .globl test_main 4 test_main: 5 movl $42, %eax 6 ret