summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw27378.pp
blob: c03f8744c06469ccf4c80a3cfc33f6b38d125d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ %FAIL }
{ %OPT=-B -Sen }

{ we want the "Local variable "Var2" not used" hint as an error; if we don't
  get the error then resetting the verbosity when switching the unit failed }

program tw27378;

uses
  uw27378a, uw27378b;

begin

end.