aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/generic2.ads
blob: 295d6b25c3c29fbb64809a48b1b94c6b56ae325c (plain)
1
2
3
4
5
generic
package Generic2 is
private
  type Int is new Integer;
end Generic2;