Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
constant2_pkg1.ads
blob: 8905d306432b9ec4a6708b5b36ded4c39fb0d695 [
file
] [
log
] [
blame
]
with
Constant2_Pkg2
;
use
Constant2_Pkg2
;
package
Constant2_Pkg1
is
Val
:
constant
Boolean
:=
F1
and
then
F2
;
end
Constant2_Pkg1
;