fpc/tests/tbf/tb0282.pp
2021-11-07 20:02:29 +01:00

10 lines
140 B
ObjectPascal

{ %fail }
{ %cpu=aarch64 }
{ %opt=-s } { the compiler must throw the error }
begin
asm
ld1 {v20.4s-v21.4s,v22.4s,},[x3]
end;
end.