+ Added test

This commit is contained in:
olle 2004-05-12 10:47:59 +00:00
parent 649873016f
commit 40c6690206

12
tests/tbf/tb0163.pp Normal file
View File

@ -0,0 +1,12 @@
{ %fail }
unit Testunit;
{This doesn't fail although it should due to non resolved forward. OR}
interface
implementation
procedure x; forward;
//begin {If the comment is removed, it fails as it should.}
end.