mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00
14 lines
109 B
ObjectPascal
14 lines
109 B
ObjectPascal
{ %fail }
|
|
|
|
program Project1;
|
|
|
|
{$ModeSwitch nestedcomments}
|
|
|
|
(*
|
|
(***)
|
|
|
|
begin
|
|
writeln('see');
|
|
readln;
|
|
end.
|