Browse Source

* new bug

peter 22 years ago
parent
commit
a79c9b019e
1 changed files with 12 additions and 0 deletions
  1. 12 0
      tests/webtbf/tw2281.pp

+ 12 - 0
tests/webtbf/tw2281.pp

@@ -0,0 +1,12 @@
+{ %fail }
+
+{$Mode ObjFPC}{$H+}
+
+procedure A(i: longint);
+begin
+
+end;
+
+begin
+  A(false);
+end.