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;