Browse Source

* test was buggy

peter 23 years ago
parent
commit
deb598c753
1 changed files with 0 additions and 10 deletions
  1. 0 10
      tests/tbs/tb0425.pp

+ 0 - 10
tests/tbs/tb0425.pp

@@ -1,10 +0,0 @@
-type
-  pr=^r;
-  r=record
-    i : integer;
-  end;
-var
-  buf1 : pr;
-begin
-  if @buf1.i<>nil then;
-end.