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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
pure_function2.ads
blob
5cb714093bd0c34fe2904a4c140d47cbb315ec93
1
function
Pure_Function2
(
X
:
Integer
)
return
Integer
with
Pure_Function
;
2
3
pragma
Pure_Function
(
Pure_Function2
);
4
pragma
Pure_Function
(
Pure_Function2
);
5
pragma
Pure_Function
(
Pure_Function2
);