diff --git a/tests/webtbf/tw3114.pp b/tests/webtbf/tw3114.pp new file mode 100644 index 0000000000..c73c3de7de --- /dev/null +++ b/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: fpc@elexer.com } +unit tw3114; + +{$mode delphi} + +interface + +function whee(); + +implementation + +function whee(); +begin +end; + +end.