aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/wide_pi.adb
blob: dcb5a65ad0576a327420972951e6c417805de7a0 (plain)
1
2
3
4
5
6
7
8
9
-- { dg-do compile }
-- { dg-options "-gnatW8" }

with Ada.Numerics;

procedure wide_pi is
begin   
   null;   
end;