tb0163.pp 214 B

123456789101112
  1. { %fail }
  2. unit Testunit;
  3. {This doesn't fail although it should due to non resolved forward. OR}
  4. interface
  5. implementation
  6. procedure x; forward;
  7. //begin {If the comment is removed, it fails as it should.}
  8. end.