aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/generic_inst13_pkg.ads
blob: 5cdfb64834f96201148ce8a09fa186a7c9e13fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
generic
  type Component_T is private;
package Generic_Inst13_Pkg is

  type T is private;

private

  type T is array (Boolean) of Component_T;

end Generic_Inst13_Pkg;