peter 23 anni fa
parent
commit
a79c9b019e
1 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  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.