fpc/tests/tbf/tb0271.pp
2019-11-13 20:47:42 +00:00

8 lines
76 B
ObjectPascal

{ %fail }
{ %cpu=x86_64 }
begin
asm
leaq (%rip,%rax),%rax
end;
end.