pascalabcnet/TestSuite/errors/err0198.pas

11 lines
114 B
ObjectPascal
Raw Permalink Normal View History

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