2 -- { dg-options "-gnatws -O2 -fdump-tree-optimized" }
4 with System
; use System
;
5 with System
.CRTL
; use System
.CRTL
;
7 function Opt60
(Size
: size_t
) return System
.Address
is
8 Result
: System
.Address
;
10 Result
:= malloc
(Size
);
11 if Result
= System
.Null_Address
then
17 -- { dg-final { scan-tree-dump "== 0B" "optimized" } }