mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-05 04:11:19 +01: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.
|