PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / addr8.ads
blobab648e123c08363f5dcc2b62708c9c1a815122e9
1 package Addr8 is
3 type Bytes is array (1 .. 4) of Character;
4 for Bytes'Alignment use 4;
6 procedure Proc (B: Bytes);
8 end Addr8;