* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gnat.dg / addr8.adb
blob9105c22f77fb496c78b22d37214da1a759aac4c9
1 -- { dg-do compile }
3 package body Addr8 is
5 procedure Proc (B: Bytes) is
6 O: Integer;
7 for O'Address use B'Address;
8 begin
9 null;
10 end;
12 end Addr8;