// #target: macos-x64 module testing; fn void start() @export("_start") @naked @nostrip { asm { syscall; } } /* #expect: testing.ll define void @_start() #0 { entry: call void asm sideeffect alignstack "syscall \0A", "~{cc},~{rax},~{rcx},~{r11},~{flags},~{dirflag},~{fspr}"() unreachable }