xref: /original-bsd/old/dbx/tests/pc/incltypes.h (revision e59fb703)
1 type
2     RTRec = record
3 	i, j : integer;
4     end;
5     RT = ^RTRec;
6