mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00
10 lines
143 B
ObjectPascal
10 lines
143 B
ObjectPascal
{ %OPT=-Miso -Sr }
|
|
{ %FILES=DAT_TW37415 }
|
|
program fileTest(dat_tw37415);
|
|
|
|
var
|
|
dat_tw37415: file of integer;
|
|
begin
|
|
reset(dat_tw37415);
|
|
end.
|