Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
g_tables.adb
blob: bdad37850cb10d3ed5c6be846701d48077727fcc [
file
] [
log
] [
blame
]
--
{
dg
-
options
"-gnatws"
}
package
body G_Tables
is
function
Create
(
L
:
Natural
)
return
Table
is
begin
return
T
:
Table
(
1
..
L
);
end
Create
;
end
G_Tables
;