pascalabcnet/TestSuite/CompilationSamples/use_lib1.pas

8 lines
89 B
ObjectPascal
Raw Permalink Normal View History

2020-12-20 16:20:29 +03:00
{$reference 'lib1.dll'}
procedure x := exit;
begin
T.p(x);
assert(T.i = 1);
end.