* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gnat.dg / addr7.ads
blob19fbb0ea90c512b856c05931f238cd601adce3ae
1 package Addr7 is
3 type Bytes is array (1 .. 4) of Character;
4 for Bytes'Alignment use 4;
6 procedure Proc (B: aliased Bytes);
8 end Addr7;