X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=Test.obn;h=6fae5299c4ceb508ddf3708622d39e419e562a12;hb=9cc08bacbf56ebf49e17c8745ac6418fa4be1d0c;hp=be037a255a86681dfd6dde8cb1ddea47041586bf;hpb=1128fa8566c932e3996abd427fc75bc4c946e656;p=dsw-obn.git diff --git a/Test.obn b/Test.obn index be037a2..6fae529 100644 --- a/Test.obn +++ b/Test.obn @@ -1,11 +1,3 @@ MODULE Test; -TYPE - - PC = ARRAY 3 OF PB; - - B = RECORD z : PC; next : PB END; - - PB = POINTER TO B; - END Test.