xref: /llvm-project/llvm/test/Assembler/invalid-inline-constraint.ll (revision 00797b88e0113aeea03045b18b3f63332f850dfe)
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3; Tests bug: https://llvm.org/bugs/show_bug.cgi?id=24646
4; CHECK: error: failed to parse constraints
5
6define void @foo() nounwind {
7call void asm sideeffect "mov x0, #42","=~{x0},~{x19},mov |0,{x19},mov x0, #4~x{21}"()ounwi #4~x{21}"()ounwindret
8