2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / dflt_init_cond.adb
blob1c4cd64529f07254f5d2be5a9ace03febaedbd00
1 -- { dg-do compile }
3 with Dflt_Init_Cond_Pkg; use Dflt_Init_Cond_Pkg;
5 procedure Dflt_Init_Cond is
6 E : Explicit;
7 I : Implicit;
9 begin
10 Read (E);
11 Read (I);
12 end Dflt_Init_Cond;