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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr16_cont.ads
blob
ea041cadfef90c2edfd7aa23923025aad2bb2142
1
with
Discr16_Pkg
;
use
Discr16_Pkg
;
2
3
package
Discr16_Cont
is
4
5
type
ES6a
is new
ET3a
range
E2
..
E4
;
6
7
end
;