summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbf/tw1306.pp
blob: 0129df225a104ac8a5aa7b7e20f31c0422d2307c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ %FAIL }
{ Source provided for Free Pascal Bug Report 1306 }
{ Submitted by "Sergey Kosarevsky" on  2000-12-22 }
{ e-mail: freecommander@aport2000.ru }
UNIT OPERAT;
INTERFACE

USES DOS;

OPERATOR [] (A,B:SEARCHREC) R:BOOLEAN;

IMPLEMENTATION

OPERATOR [] (A,B:SEARCHREC) R:BOOLEAN;
BEGIN
END;

BEGIN
END.