repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
c++: constrained lambda error-recovery [PR108972]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
containers1.ads
blob
3c1fd89b228ee0fea002b984e5a573d5aa59b4d0
1
with
Ada
.
Containers
.
Bounded_Ordered_Sets
;
use
Ada
.
Containers
;
2
package
Containers1
is
3
pragma
Suppress
(
All_Checks
);
4
package
Sets
is new
Bounded_Ordered_Sets
(
Boolean
);
5
procedure
Dummy
;
6
end
Containers1
;