* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[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;