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
/
import1.ads
blob
3afcfcc83da5a5d6e9f349f5c4a8e8fcbd79c0bb
1
package
Import1
is
2
3
type
Arr
is array
(
Positive
range
<>)
of
Integer
;
4
5
procedure
Create
(
Bounds
:
Arr
);
6
7
end
Import1
;