aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/addr8.ads
blob: ab648e123c08363f5dcc2b62708c9c1a815122e9 (plain)
1
2
3
4
5
6
7
8
package Addr8 is

   type Bytes is array (1 .. 4) of Character;
   for Bytes'Alignment use 4;

   procedure Proc (B: Bytes);

end Addr8;