pascalabcnet/TestSuite/errors/err0345_marshal.pas
Бондарев Иван 536e62e369 bug fix #2187
2020-02-09 11:33:37 +01:00

6 lines
194 B
ObjectPascal

program err0345_marshal;
[Result: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.SafeArray)]
function f1: array of byte;
external 'any.dll';
begin end.