Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
stack_usage1_pkg.ads
blob: dbe4dae65cd81d1c22a0f3546bad53ae55eedb92 [
file
] [
log
] [
blame
]
package
Stack_Usage1_Pkg
is
function
Ident_Int
(
X
:
Integer
)
return
Integer
;
type R
is
record
C0
,
C1
,
C2
,
C3
,
C4
,
C5
,
C6
,
C7
,
C8
,
C9
:
Integer
;
end
record
;
procedure
My_Proc
(
X
:
R
);
end
Stack_Usage1_Pkg
;