Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
debug6.adb
blob: 25fdef206df91bf0a65c7d404f0c22ac2f03ff09 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-g"
}
with
Debug6_Pkg
;
use
Debug6_Pkg
;
procedure
Debug6
is
V
:
Value
:=
(
Kind
=>
Undefined
);
begin
Process
(
V
);
end
Debug6
;