Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
limited_with5_pkg.ads
blob: e048653a873cd3d03141ffaac86a94c7b64182a0 [
file
] [
log
] [
blame
]
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
;