pascalabcnet/TestSuite/errors/err0127.pas

10 lines
103 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
uses GraphABC;
type TRec = record
a : integer;
b : real;
end;
var
s : TRec := (a:2;c:2.3);
begin
end.