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
2017-07-25 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
deferred_const2_pkg.ads
blob
c76e5fdb80201c646acb876d251885478b6c3fb4
1
package
Deferred_Const2_Pkg
is
2
3
I
:
Integer
:=
16
#
20
_3A_2D_28#
;
4
5
pragma
Warnings
(
Off
);
6
S
:
constant
string
(
1
.
.4
);
7
for
S
'address
use
I
'address
;
8
pragma
Import
(
Ada
,
S
);
9
10
procedure
Dummy
;
11
12
end
Deferred_Const2_Pkg
;