1234567891011121314151617 |
- { %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android,haiku }
- { %needlibrary }
- {$mode objfpc}
- library tw36544a;
- uses
- uw36544;
- procedure library_procedure;
- begin
- writeln('Not ok');
- end;
- exports library_procedure;
- begin
- end.
|