Browse Source

* more type x = x tests

pierre 23 years ago
parent
commit
c513f38d82
2 changed files with 14 additions and 0 deletions
  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.
+