* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gnat.dg / taft_type3_pkg.ads
blob578c51894b3d6ba895522efa72570422ded232b1
1 package Taft_Type3_Pkg is
3 type T is private;
5 private
7 type Buffer_T;
8 type T is access Buffer_T;
10 end Taft_Type3_Pkg;