Browse Source

* check that there is no internal error anymore

pierre 22 years ago
parent
commit
f1e708e298
1 changed files with 19 additions and 0 deletions
  1. 19 0
      tests/webtbf/tw1306.pp

+ 19 - 0
tests/webtbf/tw1306.pp

@@ -0,0 +1,19 @@
+{ %FAIL }
+{ Source provided for Free Pascal Bug Report 1306 }
+{ Submitted by "Sergey Kosarevsky" on  2000-12-22 }
+{ e-mail: [email protected] }
+UNIT OPERAT;
+INTERFACE
+
+USES DOS;
+
+OPERATOR [] (A,B:SEARCHREC) R:BOOLEAN;
+
+IMPLEMENTATION
+
+OPERATOR [] (A,B:SEARCHREC) R:BOOLEAN;
+BEGIN
+END;
+
+BEGIN
+END.