1 2 3 4 5 6 7 8 9 10
-- { dg-do compile } package body Discr29 is procedure Proc (R : out Rec3) is begin R := (False, Tmp); end; end Discr29;