Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
test_tables.adb
blob: d0abbfa576398453bc31c44d97140b8576e3471b [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatws"
}
with
G_tables
;
procedure test_tables
is
package
Inst
is
new
G_Tables
(
Integer
);
use
Inst
;
It
:
Inst
.
Table
:=
Create
(
15
);
begin
null
;
end
;