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
/
opt21.adb
blob
c73fe9f228fb8fb85e9080bc368480efcff73859
1
-- { dg-do run }
2
-- { dg-options "-O2" }
3
4
with
System
;
5
with
Opt21_Pkg
;
use
Opt21_Pkg
;
6
7
procedure
Opt21
is
8
V
:
System
.
Address
:=
Convert
(
null
);
9
begin
10
null
;
11
end
;