summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0243.pp
blob: aaa0b511aaae68a18533b9cf54043e9c54a5ceac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ Old file: tbs0284b.pp }
{  }

unit tb0243;
interface
type
  o1=object
    p : longint;
  end;

implementation
end.