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
/
prot3.adb
blob
2539065923835be02709e7d9df5e869e8334846a
1
-- { dg-do run }
2
3
with
Prot3_Pkg
;
use
Prot3_Pkg
;
4
5
procedure
Prot3
is
6
begin
7
P
.
Foo
(
4
);
8
end
;