Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
discr34.adb
blob: 7beab9540d0ade9ea4b906f600cc315cd86db7fb [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
with
Discr34_Pkg
;
use
Discr34_Pkg
;
procedure
Discr34
is
Object
:
Rec
:=
F
;
begin
null
;
end
;