olle %!s(int64=21) %!d(string=hai) anos
pai
achega
40c6690206
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      tests/tbf/tb0163.pp

+ 12 - 0
tests/tbf/tb0163.pp

@@ -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.