rt_gccstream/gcc/testsuite/gnat.dg/wide_pi.adb

10 lines
117 B
Ada

-- { dg-do compile }
-- { dg-options "-gnatW8" }
with Ada.Numerics;
procedure wide_pi is
begin
null;
end;