mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 15:09:33 +02:00
14 lines
158 B
ObjectPascal
14 lines
158 B
ObjectPascal
{ %FAIL }
|
|
|
|
{ type helpers are not parsed if modeswitch typehelpers is not set }
|
|
|
|
program tthlp21;
|
|
|
|
type
|
|
TTest = type helper for LongInt
|
|
end;
|
|
|
|
begin
|
|
|
|
end.
|