summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw1251a.pp
blob: a154134245db74d05972f2cab827bbaad81ff988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ %FAIL }

{$mode objfpc}

begin
  try
    writeln ('Start: create game object');
  except
    on e : exception do
      writeln ('Exception: ', e.message);
  end;
end.