mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 01:08:09 +02:00
8 lines
108 B
ObjectPascal
8 lines
108 B
ObjectPascal
{ shows error with asm_size_mismatch }
|
|
Begin
|
|
asm
|
|
mov eax, 2147483647
|
|
mov eax, 2000000000
|
|
end;
|
|
end.
|