tw36544a.pp 251 B

1234567891011121314151617
  1. { %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android,haiku }
  2. { %needlibrary }
  3. {$mode objfpc}
  4. library tw36544a;
  5. uses
  6. uw36544;
  7. procedure library_procedure;
  8. begin
  9. writeln('Not ok');
  10. end;
  11. exports library_procedure;
  12. begin
  13. end.