summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/generic_inst7.adb
blob: d56e47940466fba0ea1e9e682d2ff59c9e515b72 (plain)
1
2
3
4
5
6
7
8
9
10
11
--  { dg-do compile }

with Generic_Inst7_Pkg;

procedure Generic_Inst7 is

  package Inst is new Generic_Inst7_Pkg;

begin
   null;
end Generic_Inst7;