(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
wide_pi.adb
-- { dg-do compile }
-- { dg-options "-gnatW8" }

with Ada.Numerics;

procedure wide_pi is
begin   
   null;   
end;