no message

This commit is contained in:
florian 2005-01-19 20:03:50 +00:00
parent ec7c4a2ff4
commit 4c59b499fa

14
tests/webtbs/tw3576.pp Normal file
View File

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