peter 22 سال پیش
والد
کامیت
e4cd0220e9
1فایلهای تغییر یافته به همراه0 افزوده شده و 19 حذف شده
  1. 0 19
      tests/webtbs/tw2270.pp

+ 0 - 19
tests/webtbs/tw2270.pp

@@ -1,19 +0,0 @@
-{ Source provided for Free Pascal Bug Report 2270 }
-{ Submitted by "marco" on  2002-12-19 }
-{ e-mail: [email protected] }
-
-{ This should work only for TP7 }
-{$mode tp}
-
-type zheenum = (aa,bb,cc);
-     zheset  = set of zheenum;
-
-var l :word;
-    o :zheenum;
-
-begin
-  if o IN zheset(lo(l)) Then
-   ;
-end.
-
-