Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
bip_cu_constructor.adb
blob: 7ed3cab9b5cfb3626072bcddf1948a2a9605acbb [
file
] [
log
] [
blame
]
with
BIP_CU_T
;
use
BIP_CU_T
;
function
BIP_CU_Constructor
return
T
is
begin
return
Make_T
(
Name
=>
"Rumplestiltskin"
);
end
BIP_CU_Constructor
;