sparc.pas 237 B

123456789101112
  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.5 2002-12-06 08:35:50 mazen
  10. + added just to test RTL compilation
  11. }