summaryrefslogtreecommitdiff
path: root/tests/webtbs/tw32019.pp
blob: fd69fc7f0f2db86d3defd98c7f14cba6a4d84fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ %fail }

program Project1;

{$ModeSwitch nestedcomments}

(*
(***)

begin
  writeln('see');
  readln;
end.