view gcc/testsuite/gnat.dg/inline20_r.ads @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
line wrap: on
line source

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;