Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
bip_cu.adb
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
;