mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 01:30:33 +01:00
10 lines
88 B
ObjectPascal
10 lines
88 B
ObjectPascal
{%NORUN}
|
|
{%FAIL}
|
|
type
|
|
test = record
|
|
f3,f5, : Boolean;
|
|
end;
|
|
|
|
begin
|
|
end.
|