Explorar el Código

* check that there is no internal error anymore

pierre hace 23 años
padre
commit
f1e708e298
Se han modificado 1 ficheros con 19 adiciones y 0 borrados
  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.