Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
containers1.ads
blob: 3c1fd89b228ee0fea002b984e5a573d5aa59b4d0 [
file
] [
log
] [
blame
]
with
Ada
.
Containers
.
Bounded_Ordered_Sets
;
use
Ada
.
Containers
;
package
Containers1
is
pragma
Suppress
(
All_Checks
);
package
Sets
is
new
Bounded_Ordered_Sets
(
Boolean
);
procedure
Dummy
;
end
Containers1
;