Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
vfa1.ads
blob: cf918c20a03f1c75b6a74a309777d2f7366275f6 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-g"
}
package
VFA1
is
type
Rec
is
record
A
:
Short_Integer
;
B
:
Short_Integer
;
end
record
;
type
Rec_VFA
is
new
Rec
;
pragma
Volatile_Full_Access
(
Rec_VFA
);
end
VFA1
;