mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 20:31:57 +02:00
+ test of FOR statment
This commit is contained in:
parent
cf68b27bb9
commit
ab4f1c908b
9
tests/sparc/test0005.pas
Normal file
9
tests/sparc/test0005.pas
Normal file
@ -0,0 +1,9 @@
|
||||
{$UNITPATH ../../rtl/linux}
|
||||
{$INCLUDEPATH ../../rtl/unix;../../rtl/inc;../../rtl/unix;../../rtl/sparc}
|
||||
PROGRAM SparcTest;
|
||||
VAR
|
||||
i:Integer;
|
||||
BEGIN
|
||||
FOR i:=0 TO MaxInt DO
|
||||
WriteLn(i);
|
||||
END.
|
Loading…
Reference in New Issue
Block a user