pascalabcnet/TestSuite/errors/err0259.pas

11 lines
143 B
ObjectPascal
Raw Permalink Normal View History

2018-08-27 21:53:44 +03:00
uses System.Runtime.InteropServices;
type
t1 = class
[MarshalAs(UnmanagedType.ByValTStr)]
s: string;
end;
begin end.