瀏覽代碼

no message

florian 21 年之前
父節點
當前提交
4c59b499fa
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      tests/webtbs/tw3576.pp

+ 14 - 0
tests/webtbs/tw3576.pp

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