aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/limited_with5_pkg.ads
blob: e048653a873cd3d03141ffaac86a94c7b64182a0 (plain)
1
2
3
4
5
6
7
8
limited with Limited_With5;

package Limited_With5_Pkg is
  type T is limited private;
  function Get_Expression_Support (Obj : T) return Limited_With5.Sup_T with Inline;
private
  type T is new Integer;
end Limited_With5_Pkg;