summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/generic_inst6_g1-c.adb
blob: ed671f126d0640934f59c2cbb13d7833d8c5ec8d (plain)
1
2
3
4
5
6
with Generic_Inst6_X;
package body Generic_Inst6_G1.C is
   package N is new Generic_Inst6_X
      (Generic_Inst6_G1, Generic_Inst6_G1);
   function Check return Integer is (N.Result);
end;