Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
machine_attribute.ads
blob: b38ed643a2210f0ea58f07d76bce947ba8e889ea [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
package
Machine_Attribute
is
type R
is
null
record
;
pragma
Machine_Attribute
(
R
,
"may_alias"
);
end
Machine_Attribute
;