mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 21:22:46 +02:00

U tests/webtbs/tw37949.pp --- Recording mergeinfo for merge of r47159 into '.': U . # revisions: 47159 r47159 | jonas | 2020-10-23 17:09:31 +0200 (Fri, 23 Oct 2020) | 1 line Changed paths: M /trunk/tests/webtbs/tw37949.pp * don't run interactive test git-svn-id: branches/fixes_3_2@47917 -
8 lines
73 B
ObjectPascal
8 lines
73 B
ObjectPascal
{ %norun }
|
|
{$MODE ISO}
|
|
program p(input, output);
|
|
begin
|
|
get;
|
|
put
|
|
end.
|