Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
warn30.adb
blob: 841c70eb22d626169b78c5e9165d9dcebb3e3dd2 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatwa"
}
with
Interfaces
;
use
Interfaces
;
package
body
Warn30
is
procedure
Incr
(
X
:
in
out
Interfaces
.
Integer_64
)
is
begin
X
:=
X
+
1
;
end
Incr
;
end
Warn30
;