mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 04:48:02 +02:00
11 lines
91 B
ObjectPascal
11 lines
91 B
ObjectPascal
{ %fail }
|
|
|
|
type
|
|
trec = record
|
|
case boolean of
|
|
1: (b: byte);
|
|
end;
|
|
|
|
begin
|
|
end.
|