test0000.pas 354 B

123456789101112131415
  1. { $Id$ }
  2. {$UNITPATH ../../rtl/linux}
  3. {$INCLUDEPATH ../../rtl/unix;../../rtl/inc;../../rtl/unix;../../rtl/sparc}
  4. PROGRAM SparcTest;
  5. BEGIN
  6. END.
  7. {
  8. $Log$
  9. Revision 1.1 2003-02-05 21:54:37 mazen
  10. * changing names of test files to allow traçability and automated NRT
  11. Revision 1.5 2002/12/06 08:35:50 mazen
  12. + added just to test RTL compilation
  13. }