Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
volatile5.adb
blob: 24527a50004a0b7836bafd34aeb11e75067f953d [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
with
Volatile5_Pkg
;
use
Volatile5_Pkg
;
procedure
Volatile5
is
A
:
Rec
;
procedure
Proc
is
begin
A
:=
F
;
end
;
begin
Proc
;
end
;