Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
genericppc.ads
blob: 494a8890b050088338c1ca8dcdf45113d0541393 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatc"
}
generic
type T_Item
is
private
;
function
genericppc
(
T
:
in
t_Item
;
I
:
integer
)
return
integer
;
pragma
Precondition
(
I
>
0
);