Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
opt74.adb
blob: 8eacaa5b49e2de4889abc5c3773bcf5f0927e072 [
file
] [
log
] [
blame
]
--
{
dg
-
do
run
}
--
{
dg
-
options
"-O2"
}
with
Opt74_Pkg
;
use
Opt74_Pkg
;
procedure
Opt74
is
Index
,
Found
:
Integer
;
begin
Proc
(
Found
,
Index
);
if
Found
=
1
then
raise
Program_Error
;
end
if
;
end
;