Parcourir la source

* more type x = x tests

pierre il y a 23 ans
Parent
commit
c513f38d82
2 fichiers modifiés avec 14 ajouts et 0 suppressions
  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.
+