repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
constant2_pkg1.ads
blob
8905d306432b9ec4a6708b5b36ded4c39fb0d695
1
with
Constant2_Pkg2
;
use
Constant2_Pkg2
;
2
3
package
Constant2_Pkg1
is
4
5
Val
:
constant
Boolean
:=
F1
and then
F2
;
6
7
end
Constant2_Pkg1
;