summaryrefslogtreecommitdiff
path: root/tests/webtbs/uw20996.pp
blob: 1d5f60d63a8df02c1e1702fe8c5039a30032044d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
unit uw20996;

{$mode delphi}

interface

const
  V = 123;

implementation

end.