3 procedure Default_Pkg_Actual2
is
10 with package FP1a
is new P1
;
11 with package FP1b
is new P1
;
16 with package FP2
is new P2
(FP1a
=> <>, FP1b
=> <>);
20 package NP1a
is new P1
;
21 package NP1b
is new P1
;
22 package NP2
is new P2
(NP1a
, NP1b
);
23 package NP4
is new P3
(NP2
);