Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
wide_pi.adb
blob: dcb5a65ad0576a327420972951e6c417805de7a0 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatW8"
}
with
Ada
.
Numerics
;
procedure wide_pi
is
begin
null
;
end
;