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

{$mode macpas}

uses
  tw7438;

var
  t: tr;
begin
  writeln(ptruint(@t.l2) - ptruint(@t.l1));
end.