mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 09:19:30 +02:00
15 lines
139 B
ObjectPascal
15 lines
139 B
ObjectPascal
program tgenconst31;
|
|
|
|
{$mode delphi}
|
|
|
|
uses
|
|
ugenconst31a, ugenconst31b;
|
|
|
|
const
|
|
N = 42;
|
|
|
|
begin
|
|
if Test<N then
|
|
Writeln('Foo');
|
|
end.
|