PR testsuite/86649
[official-gcc.git] / gcc / testsuite / gnat.dg / specs / machine_attribute.ads
blobb38ed643a2210f0ea58f07d76bce947ba8e889ea
1 -- { dg-do compile }
3 package Machine_Attribute is
5 type R is null record;
6 pragma Machine_Attribute (R, "may_alias");
8 end Machine_Attribute;