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
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr11.adb
blob
ceec4cefb477511762c5ac23219bc5e180fb03c9
1
-- { dg-do compile }
2
3
package body
Discr11
is
4
function
Create
return
DT_2
is
5
begin
6
return
DT_2
'(DT_1'
(
Create
)
with
More
=>
1234
);
7
end
;
8
end
Discr11
;
9