index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
gnat.dg
/
aggr9.ads
blob: cb5757b64afb1c66afc355e98691eb4b1ac96323 (
plain
)
1
2
3
4
5
6
7
with
Aggr9_Pkg
;
use
Aggr9_Pkg
;
package
Aggr9
is
procedure
Proc
(
X
:
R1
);
end
Aggr9
;