Browse Source

* more type x = x tests

pierre 23 năm trước cách đây
mục cha
commit
c513f38d82
2 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 7 0
      tests/webtbf/tw1754b.pp
  2. 7 0
      tests/webtbs/tw1754c.pp

+ 7 - 0
tests/webtbf/tw1754b.pp

@@ -0,0 +1,7 @@
+{ %FAIL }
+type
+  integer = integer;
+
+begin
+end.
+

+ 7 - 0
tests/webtbs/tw1754c.pp

@@ -0,0 +1,7 @@
+{ this one should compile }
+type
+  integer = system.integer;
+
+begin
+end.
+