浏览代码

*** empty log message ***

florian 23 年之前
父节点
当前提交
02b2929c94
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      tests/webtbs/tw2128.pp

+ 4 - 0
tests/webtbs/tw2128.pp

@@ -1,3 +1,5 @@
+{ %version=1.1}
+
 { Source provided for Free Pascal Bug Report 2128 }
 { Submitted by "Bill Rayer" on  2002-09-18 }
 { e-mail: [email protected] }
@@ -9,4 +11,6 @@ var
   c : comp;
 begin
   c := -9223372036854775809;
+  if c<>-9223372036854775809 then
+    halt(1);
 end.