(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
addr8.ads
package Addr8 is

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

   procedure Proc (B: Bytes);

end Addr8;