Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
inline18_gen2.ads
blob: ca6302b694b71535d190d9a1acf730f8ec6ec4df [
file
] [
log
] [
blame
]
generic
type
Interval_T
is
private
;
package
Inline18_Gen2
is
type T
is
new
Integer
;
function
Func
(
I
:
Interval_T
)
return
T
;
end
Inline18_Gen2
;