PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / volatile5.adb
blob24527a50004a0b7836bafd34aeb11e75067f953d
1 -- { dg-do compile }
3 with Volatile5_Pkg; use Volatile5_Pkg;
5 procedure Volatile5 is
7 A : Rec;
9 procedure Proc is
10 begin
11 A := F;
12 end;
14 begin
15 Proc;
16 end;