pascalabcnet/TestSuite/errors/err0203.pas

12 lines
136 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
uses System, System.Runtime.InteropServices;
type
[StructLayout(LayoutKind.&Explicit)]
TRec = record
a : integer;
end;
begin
end.