fpc/tests/tbf/tb0296.pp

9 lines
74 B
ObjectPascal

{ %cpu=i386,x86_64}
{ %fail }
begin
asm
cmov %eax,%ebx
end;
end.