pascalabcnet/TestSuite/errors/err0199.pas

8 lines
122 B
ObjectPascal
Raw Normal View History

2015-05-14 22:35:07 +03:00
uses System;
[System.Runtime.InteropServices.DllImport('MyLib.dll')]
procedure Test; external 'MyLib.dll';
begin
end.