ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/generic_inst7.adb

12 lines
152 B
Ada

-- { dg-do compile }
with Generic_Inst7_Pkg;
procedure Generic_Inst7 is
package Inst is new Generic_Inst7_Pkg;
begin
null;
end Generic_Inst7;