Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
aggr4.ads
blob: 4cdf652ff2cb43df359786b1b53e95971462862d [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
with
Aggr4_Pkg
;
use
Aggr4_Pkg
;
package
Aggr4
is
C
:
constant
Rec3
:=
(
Data
=>
(
D
=>
One
,
Value
=>
Zero
));
end
Aggr4
;