peter 23 lat temu
rodzic
commit
a79c9b019e
1 zmienionych plików z 12 dodań i 0 usunięć
  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.