Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
limited_with7.adb
blob: 13e35fe3d65545b3743a1d7a26ebb7a3ae0e60c1 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
with
Limited_With7_Pkg
;
use
Limited_With7_Pkg
;
package
body
Limited_With7
is
procedure
Proc
(
R
:
out
Limited_With7_Pkg
.
Rec
)
is
begin
R
.
I
:=
0
;
end
;
end
Limited_With7
;