* tw39323 needs to turn on range check to test what it is supposed to test

This commit is contained in:
florian 2021-09-05 23:12:34 +02:00
parent 3cddfb4e2f
commit 677f829732

View File

@ -1,6 +1,7 @@
program project1;
{$mode objfpc}{$H+}
{$mode objfpc}{$H+}{$R+}
{$ZeroBasedStrings On}
uses sysutils;