2 -- { dg-options "-O2" }
4 -- The issue which prompted the test is a compilation failure. Might
5 -- as well verify that the generated code performs as expected.
7 with opt64_pkg
; use opt64_pkg
;
10 procedure assert
(T
: boolean) is
18 assert
(last_hash
= "1");
20 assert
(last_hash
= "2");
22 assert
(last_hash
= "3");
24 assert
(last_hash
= "?");