ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/inline20_r.ads

13 lines
186 B
Ada

with Inline20_G;
with Inline20_H;
package Inline20_R is
package My_G is new Inline20_G;
package My_H is new Inline20_H (My_G);
procedure Log (I : Integer);
end Inline20_R;