Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
constant4.adb
blob: 826823a6248680359303d418018ac9a721aae55f [
file
] [
log
] [
blame
]
--
{
dg
-
do
link
}
--
{
dg
-
options
"-gnat12"
}
with
Constant4_Pkg
;
use
Constant4_Pkg
;
procedure
Constant4
is
Sum
:
Counter
:=
0
;
begin
for
Count
of
Steals
loop
Sum
:=
Sum
+
Count
;
end
loop
;
end
;