Browse Source

* new bug

peter 21 năm trước cách đây
mục cha
commit
53c7e9acb4
1 tập tin đã thay đổi với 20 bổ sung0 xóa
  1. 20 0
      tests/webtbf/tw3114.pp

+ 20 - 0
tests/webtbf/tw3114.pp

@@ -0,0 +1,20 @@
+{ %fail }
+
+{ Source provided for Free Pascal Bug Report 3114 }
+{ Submitted by "Maarten Bekers" on  2004-05-23 }
+{ e-mail: [email protected] }
+unit tw3114;
+
+{$mode delphi}
+
+interface
+
+function whee();
+
+implementation
+
+function whee();
+begin
+end;
+
+end.