mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 15:18:29 +02:00
16 lines
354 B
ObjectPascal
16 lines
354 B
ObjectPascal
{ $Id$ }
|
|
{$UNITPATH ../../rtl/linux}
|
|
{$INCLUDEPATH ../../rtl/unix;../../rtl/inc;../../rtl/unix;../../rtl/sparc}
|
|
PROGRAM SparcTest;
|
|
BEGIN
|
|
END.
|
|
{
|
|
$Log$
|
|
Revision 1.1 2003-02-05 21:54:37 mazen
|
|
* changing names of test files to allow traçability and automated NRT
|
|
|
|
Revision 1.5 2002/12/06 08:35:50 mazen
|
|
+ added just to test RTL compilation
|
|
|
|
}
|