* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gnat.dg / renaming1.ads
blob893f423d5325e03672caeed62ff3fdbb99a49b01
1 with Text_IO;
2 package renaming1 is
3 procedure Fo (A : Text_IO.File_Access);
4 end;