xref: /csrg-svn/old/dbx/tests/pc/included.h (revision 44163)
1*44163Sbostic type
2*44163Sbostic     OT = integer;
3*44163Sbostic     T = record
4*44163Sbostic 	a, b : integer;
5*44163Sbostic     end;
6*44163Sbostic 
7*44163Sbostic var v : integer;
8*44163Sbostic 
9*44163Sbostic procedure Blah ; external;
10