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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
complex1.adb
blob
f6b1d2cd59503840449be893b5e6d3b73351ec3c
1
-- { dg-do compile }
2
3
with
Ada
.
Numerics
.
Complex_types
;
use
Ada
.
Numerics
.
Complex_types
;
4
with
Complex1_Pkg
;
use
Complex1_Pkg
;
5
6
procedure
Complex1
is
7
Z
:
Complex
;
8
begin
9
Coord
(
Z
.
Re
,
Z
.
Im
);
10
end
;