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
PR target/84336
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
array1.ads
blob
8f8ecc07066f40d0b96fbaf28b9cb6c4759477e3
1
with
SYSTEM
;
2
WITH
array2
;
use
array2
;
3
4
package
array1
is
5
6
procedure
Foo
(
R
:
RIC_TYPE
);
7
procedure
Start_Timer
(
Q
:
SYSTEM
.
ADDRESS
);
8
9
end
array1
;