1*9880d681SAndroid Build Coastguard Worker; RUN: not llvm-as <%s 2>&1 | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker; "~x{21}" is not a valid clobber constraint. 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Worker; CHECK: invalid type for inline asm constraint string 6*9880d681SAndroid Build Coastguard Worker 7*9880d681SAndroid Build Coastguard Workerdefine void @foo() nounwind { 8*9880d681SAndroid Build Coastguard Worker call void asm sideeffect "mov x0, #42", "~{x0},~{x19},~x{21}"() nounwind 9*9880d681SAndroid Build Coastguard Worker ret void 10*9880d681SAndroid Build Coastguard Worker} 11