9 lines
87 B
ObjectPascal
9 lines
87 B
ObjectPascal
|
|
|
||
|
|
[System.Runtime.InteropServices.DllImport]
|
||
|
|
procedure Test;
|
||
|
|
begin
|
||
|
|
|
||
|
|
end;
|
||
|
|
begin
|
||
|
|
|
||
|
|
end.
|