carl 27 years ago
parent
commit
5f5bb4cf36
1 changed files with 8 additions and 0 deletions
  1. 8 0
      bugs/bug0158.pp

+ 8 - 0
bugs/bug0158.pp

@@ -0,0 +1,8 @@
+program tmp;
+
+var
+   Molo  :Boolean;
+
+begin
+   Molo := 1;     { This should give out a Type mismatch error ! }
+end.