Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
gnat.dg
/
opt46_pkg.adb
blob: 26f67cc90ec310160c4d81bacaef85a31712c275 [
file
]
package
body
Opt46_Pkg
is
function
Last
(
T
:
Instance
)
return
Table_Index_Type
is
begin
return
Table_Index_Type
(
T
.
P
.
Last_Val
);
end
Last
;
end
Opt46_Pkg
;