aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/containers1.ads
blob: 3c1fd89b228ee0fea002b984e5a573d5aa59b4d0 (plain)
1
2
3
4
5
6
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;