Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / FrontendAda / Support / fat_fields.ads
blobd3eab3e28668a9913c09a8194cf2a7cc3d012d6e
1 package Fat_Fields is
2 pragma Elaborate_Body;
3 type A is array (Positive range <>) of Boolean;
4 type A_Ptr is access A;
5 P : A_Ptr := null;
6 end;