* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gnat.dg / inline1.adb
blobd62b8596dea93281df74793562cf993ce9be5cc8
1 -- { dg-do compile }
3 with Inline1_Pkg; use Inline1_Pkg;
5 procedure Inline1 is
6 F : Float := Invalid_Real;
7 begin
8 if Valid_Real (F) then
9 F := F + 1.0;
10 end if;
11 end;