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

10 lines
132 B
ObjectPascal

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