2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / wide_pi.adb
blobdcb5a65ad0576a327420972951e6c417805de7a0
1 -- { dg-do compile }
2 -- { dg-options "-gnatW8" }
4 with Ada.Numerics;
6 procedure wide_pi is
7 begin
8 null;
9 end;