fpc/tests/webtbs/tw30535.pp
2017-03-11 21:35:48 +00:00

11 lines
106 B
ObjectPascal

{$ifdef unix}
uses
cthreads;
{$endif}
begin
if IsMultiThread then
halt(1);
Writeln('ok');
end.