summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/ub0069.pp
blob: 44a5192eb4069582986fa26f6f6194a139812f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ Old file: tbs0077b.pp }
{  used by unit tbs0077.pp }

unit ub0069;

  interface

    var
       a : longint;
       b : longint absolute a;

  implementation

end.