mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 19:09:25 +02:00
9 lines
74 B
ObjectPascal
9 lines
74 B
ObjectPascal
{ %cpu=i386,x86_64}
|
|
{ %fail }
|
|
|
|
begin
|
|
asm
|
|
cmov %eax,%ebx
|
|
end;
|
|
end.
|