9 lines
102 B
Ada
9 lines
102 B
Ada
|
-- { dg-do compile }
|
||
|
|
||
|
with Inline4_Pkg; use Inline4_Pkg;
|
||
|
|
||
|
procedure Inline4 is
|
||
|
begin
|
||
|
Test (0);
|
||
|
end;
|