peter hace 23 años
padre
commit
a79c9b019e
Se han modificado 1 ficheros con 12 adiciones y 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.