home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / utility / unittool / turbo5 / intrfac5 / test1.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1988-12-14  |  195 b   |  16 lines

  1. {$A-,B-,D+,E+,F-,I+,L-,N+,O-,R+,S+,V+}
  2. {$M 16383,0,655359}
  3. unit test1;
  4.  
  5. interface
  6.  
  7. uses objstuff;
  8.  
  9. const
  10.   c:integer = 1;
  11.  
  12. var
  13.   testbuff: integer absolute c;
  14.  
  15. implementation
  16. end.