1with BIP_CU_T; use BIP_CU_T;
2function BIP_CU_Constructor return T is
3begin
4   return Make_T (Name => "Rumplestiltskin");
5end BIP_CU_Constructor;
6