* more type x = x tests

This commit is contained in:
pierre 2002-03-08 15:48:05 +00:00
parent 509661c03c
commit c513f38d82
2 changed files with 14 additions and 0 deletions

7
tests/webtbf/tw1754b.pp Normal file
View File

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

7
tests/webtbs/tw1754c.pp Normal file
View File

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