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
* snames.ads-tmpl (Name_Ivdep): New pragma-related name.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
modular4_pkg.ads
blob
b38026201ed2c188e5cc573f2f165a6707b6537c
1
package
Modular4_Pkg
is
2
3
type
Word
is mod
2
**
48
;
4
5
Zero
:
constant
Word
:=
0
;
6
7
function
F
return
Word
;
8
9
end
Modular4_Pkg
;