fpc/tests/tbf/tb0275.pp
2021-06-27 21:21:19 +00:00

8 lines
76 B
ObjectPascal

{ %fail }
{ %CPU=x86_64 }
begin
asm
movq (%rdi,%rsp),%rax
end;
end.