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
compiler: give error for non-int arguments to make
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
expr_func_pkg.ads
blob
0640a7d043d6dfe149003d300f99db43e69c5c7c
1
package
Expr_Func_Pkg
is
2
function
Func
(
Val
:
Integer
)
return
Boolean
with
Inline
;
3
4
function
Expr_Func
(
Val
:
Integer
)
return
Boolean
;
5
function
Expr_Func
(
Val
:
Integer
)
return
Boolean
is
(
True
);
6
end
Expr_Func_Pkg
;