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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
expr_func_main.adb
blob
2ea5b4aa76d5af6ecd64545061fee0cfbe7f815e
1
-- { dg-do compile }
2
3
with
Expr_Func_Pkg
;
use
Expr_Func_Pkg
;
4
5
procedure
Expr_Func_Main
is
6
Val
:
Boolean
:=
Expr_Func
(
456
);
7
begin
8
null
;
9
end
Expr_Func_Main
;