Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
opt21.adb
blob: c73fe9f228fb8fb85e9080bc368480efcff73859 [
file
] [
log
] [
blame
]
--
{
dg
-
do
run
}
--
{
dg
-
options
"-O2"
}
with
System
;
with
Opt21_Pkg
;
use
Opt21_Pkg
;
procedure
Opt21
is
V
:
System
.
Address
:=
Convert
(
null
);
begin
null
;
end
;