mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-27 00:11:05 +01:00
13 lines
141 B
ObjectPascal
13 lines
141 B
ObjectPascal
{ %norun }
|
|
library tw6822a;
|
|
{$mode objfpc}{$H+}
|
|
|
|
uses
|
|
uw6822a;
|
|
|
|
begin
|
|
{$ifndef wince}
|
|
writeln('hello from library');
|
|
{$endif wince}
|
|
end.
|