mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:07:57 +02:00
20 lines
177 B
ObjectPascal
20 lines
177 B
ObjectPascal
{ %fail }
|
|
|
|
{$IFDEF FPC}
|
|
{$MODE TP}
|
|
{$ENDIF FPC}
|
|
unit tw6957;
|
|
|
|
interface
|
|
|
|
function tw6957: boolean;
|
|
|
|
implementation
|
|
|
|
function tw6957: boolean;
|
|
begin
|
|
tw6957 := true;
|
|
end;
|
|
|
|
end.
|