Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
implicit_param_pkg.ads
blob: ce6c7e6d555399e011bf9ffe9f4c9bb92e65f583 [
file
] [
log
] [
blame
]
package
Implicit_Param_Pkg
is
type
Lim_Rec
is
limited record
A
:
Integer
;
B
:
Boolean
;
end
record
;
function
Func_Lim_Rec
return
Lim_Rec
;
end
Implicit_Param_Pkg
;