mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 19:48:08 +02:00
10 lines
140 B
ObjectPascal
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.
|