fpc/tests/tbs0078.pp
1998-12-02 13:05:01 +00:00

9 lines
125 B
ObjectPascal

{ $OPT=-Rintel }
{ shows error with asm_size_mismatch }
Begin
asm
mov eax, 2147483647
mov eax, 2000000000
end;
end.