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
/
discr25_pkg.ads
blob
c09634d8c5f7185b8656f92e972ead6ab08d2d98
1
generic
2
3
N
:
Natural
;
4
5
package
Discr25_Pkg
is
6
7
type
T
is private
;
8
9
procedure
Proc1
(
Set
:
in out
T
);
10
11
private
12
type
Obj_T
(
Size_Max
:
Natural
);
13
type
T
is access
Obj_T
;
14
15
end
Discr25_Pkg
;