Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
discr11.adb
blob: ceec4cefb477511762c5ac23219bc5e180fb03c9 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
package
body
Discr11
is
function
Create
return
DT_2
is
begin
return
DT_2
'(DT_1'
(
Create
)
with
More
=>
1234
);
end
;
end
Discr11
;