* snames.ads-tmpl (Name_Ivdep): New pragma-related name.
[official-gcc.git] / gcc / testsuite / gnat.dg / discr29.adb
blob834437f6fb8e5b139ef157e017fbd68b1d86310d
1 -- { dg-do compile }
3 package body Discr29 is
5 procedure Proc (R : out Rec3) is
6 begin
7 R := (False, Tmp);
8 end;
10 end Discr29;