Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
valued_proc.adb
blob: 7030b43c45fe79026cc1e4ad7bf6535c03a23d5b [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatdm -gnatws"
}
with
Valued_Proc_Pkg
;
use
Valued_Proc_Pkg
;
with
System
;
use
System
;
procedure
Valued_Proc
is
Status
:
UNSIGNED_LONGWORD
;
Length
:
POSITIVE
;
begin
GetMsg
(
Status
,
UNSIGNED_WORD
(
Length
));
end
;