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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
raise_from_pure.ads
blob
9c363a5be4833ca0e62aaf5c32e0c39d7e7f77e0
1
2
package
raise_from_pure
is
3
pragma
Pure
;
4
function
Raise_CE_If_0
(
P
:
Integer
)
return
Integer
;
5
end
;