mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 14:48:18 +02:00
14 lines
251 B
ObjectPascal
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.
|