pascalabcnet/TestSuite/errors/err0259.pas
Бондарев Иван 051b867a4d fix #1112
2018-08-27 20:53:44 +02:00

11 lines
143 B
ObjectPascal

uses System.Runtime.InteropServices;
type
t1 = class
[MarshalAs(UnmanagedType.ByValTStr)]
s: string;
end;
begin end.