mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-09 01:31:28 +01:00
10 lines
79 B
ObjectPascal
10 lines
79 B
ObjectPascal
{%NORUN}
|
|
{%FAIL}
|
|
type
|
|
test = record
|
|
f3,f5, : Boolean;
|
|
end;
|
|
|
|
begin
|
|
end.
|