mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 14:19:31 +02:00
+ Added test
This commit is contained in:
parent
649873016f
commit
40c6690206
12
tests/tbf/tb0163.pp
Normal file
12
tests/tbf/tb0163.pp
Normal 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.
|
Loading…
Reference in New Issue
Block a user