1 ; RUN: llc < %s -mtriple=x86_64-apple-macosx10.14.0 -O0 | FileCheck %s
3 define void @exit(i32 %status)
6 ; CHECK: ## InlineAsm Start
7 ; CHECK: movq $60, %rax
9 ; CHECK: ## InlineAsm End
12 call void asm sideeffect inteldialect "mov rax, 60; syscall", ""()