pascalabcnet/TestSuite/errors/err0345_marshal.pas

6 lines
194 B
ObjectPascal
Raw Permalink Normal View History

2020-02-09 13:33:37 +03:00
program err0345_marshal;
[Result: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.SafeArray)]
function f1: array of byte;
external 'any.dll';
begin end.