blob: 39790cdc6332575a5be762c4dabf0ac9fff996c7 [file] [log] [blame]
-- { dg-do compile }
with BIP_CU_T; use BIP_CU_T;
with BIP_CU_Constructor;
procedure BIP_CU is
Value : constant T := BIP_CU_Constructor;
begin
null;
end;