Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
warn29.adb
blob: eeb3a89925d1e249b597b9361c1f4322c107031a [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatwa"
}
with
Ada
.
Text_IO
;
use
Ada
.
Text_IO
;
package
body
Warn29
is
procedure P
(
X
:
T
;
Y
:
Integer
)
is
begin
Put_Line
(
"hello"
);
end
P
;
end
Warn29
;