fpc/tests/tbf/tb0163.pp
2005-02-14 17:13:06 +00:00

13 lines
214 B
ObjectPascal

{ %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.