mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 08:19:27 +02:00
* more type x = x tests
This commit is contained in:
parent
509661c03c
commit
c513f38d82
7
tests/webtbf/tw1754b.pp
Normal file
7
tests/webtbf/tw1754b.pp
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ %FAIL }
|
||||||
|
type
|
||||||
|
integer = integer;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
||||||
|
|
7
tests/webtbs/tw1754c.pp
Normal file
7
tests/webtbs/tw1754c.pp
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ this one should compile }
|
||||||
|
type
|
||||||
|
integer = system.integer;
|
||||||
|
|
||||||
|
begin
|
||||||
|
end.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user