Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
opt46_pkg.adb
blob: 26f67cc90ec310160c4d81bacaef85a31712c275 [
file
] [
log
] [
blame
]
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
;