re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git] / gcc / testsuite / gnat.dg / opt7.ads
blob99224bf3612b5beeb49a1e8fd24296dd0a4afb98
1 with Ada.Calendar; use Ada.Calendar;
3 package Opt7 is
5 type time_t is (Absolute_Time, Delta_Time);
7 procedure Parse (Str : String;
8 Time_Type : out time_t;
9 Abs_Time : out Time;
10 Delt_Time : out Duration);
12 end Opt7;