mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 17:49:33 +02:00
16 lines
174 B
ObjectPascal
16 lines
174 B
ObjectPascal
{ %EXPECTMSGS=1030,1031,1032,1033 }
|
|
{ %OPT=-vt }
|
|
|
|
unit tw40963;
|
|
|
|
interface
|
|
|
|
{$UNITPATH test}
|
|
{$INCLUDEPATH test}
|
|
{$LIBRARYPATH test}
|
|
{$OBJECTPATH test}
|
|
|
|
implementation
|
|
|
|
end.
|