fpc/tests/test/tgenconst18.pp

13 lines
156 B
ObjectPascal

{%FAIL}
{$mode objfpc}
{
test undefined constants which must be typed
}
program tgenconst18;
type
generic TUndefined<const U> = record end;
begin
end.