浏览代码

+ Added test

olle 21 年之前
父节点
当前提交
40c6690206
共有 1 个文件被更改,包括 12 次插入0 次删除
  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.