mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 23:49:29 +02:00
13 lines
156 B
ObjectPascal
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.
|