mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
15 lines
170 B
ObjectPascal
15 lines
170 B
ObjectPascal
{ %norun }
|
|
{ %needlibrary }
|
|
library tw6822a;
|
|
{$mode objfpc}{$H+}
|
|
|
|
uses
|
|
popuperr,
|
|
uw6822a;
|
|
|
|
begin
|
|
{$ifndef wince}
|
|
writeln('hello from library');
|
|
{$endif wince}
|
|
end.
|