peter %!s(int64=23) %!d(string=hai) anos
pai
achega
a79c9b019e
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  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.