fpc/tests/webtbs/tw3576.pp
2005-02-14 17:13:06 +00:00

14 lines
251 B
ObjectPascal

{ Source provided for Free Pascal Bug Report 3576 }
{ Submitted by "Simon Kissel" on 2005-01-19 }
{ e-mail: scamp@untergrund.net }
{$mode delphi}
function Q_CompStr(const S1, S2: string): Integer;assembler;
asm
end;
begin
Q_CompStr('','');
end.