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