Browse Source

+ bug0196

Jonas Maebe 26 years ago
parent
commit
601c7e4f44
2 changed files with 11 additions and 1 deletions
  1. 9 0
      bugs/bug0196.pp
  2. 2 1
      bugs/readme.txt

+ 9 - 0
bugs/bug0196.pp

@@ -0,0 +1,9 @@
+Program bug0195;
+
+function a;
+begin
+end;
+
+begin
+  a
+end.

+ 2 - 1
bugs/readme.txt

@@ -260,4 +260,5 @@ bug0190.pp   can't have typecast for var params ??
 bug0191.pp   missing vecn constant evaluation
 bug0191.pp   missing vecn constant evaluation
 bug0193.pp   overflow checking for 8 and 16 bit operations wrong
 bug0193.pp   overflow checking for 8 and 16 bit operations wrong
 bug0194.pp   @procedure var returns value in it instead of address !!
 bug0194.pp   @procedure var returns value in it instead of address !!
-bug0195.pp   Problem with Putimage, crash of DOS box, even with dpmiexcp!!
+bug0195.pp   Problem with Getimage, crash of DOS box, even with dpmiexcp!!
+bug0196.pp   "function a;" is accepted (should require result type)