Browse Source

+ Added test

olle 21 năm trước cách đây
mục cha
commit
40c6690206
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  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.