mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 14:09:20 +02:00
* tw39323 needs to turn on range check to test what it is supposed to test
This commit is contained in:
parent
3cddfb4e2f
commit
677f829732
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
program project1;
|
program project1;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}{$R+}
|
||||||
{$ZeroBasedStrings On}
|
{$ZeroBasedStrings On}
|
||||||
|
|
||||||
uses sysutils;
|
uses sysutils;
|
||||||
|
Loading…
Reference in New Issue
Block a user