mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 18:58:30 +02:00
9 lines
125 B
ObjectPascal
9 lines
125 B
ObjectPascal
{ $OPT=-Rintel }
|
|
{ shows error with asm_size_mismatch }
|
|
Begin
|
|
asm
|
|
mov eax, 2147483647
|
|
mov eax, 2000000000
|
|
end;
|
|
end.
|