fpc/tests/test/tthlp21.pp
svenbarth d8ce141e2c * fix program name
git-svn-id: trunk@36935 -
2017-08-18 14:13:59 +00:00

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.