mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 02:30:06 +02:00
no message
This commit is contained in:
parent
ec7c4a2ff4
commit
4c59b499fa
14
tests/webtbs/tw3576.pp
Normal file
14
tests/webtbs/tw3576.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user