* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gnat.dg / parent_ltd_with-child_full_view.ads
blob3f7aa2e99fcaf0edd89e6429841ae8bd8c067890
1 package Parent_Ltd_With.Child_Full_View is
3 type Child_Symbol is new Parent_Ltd_With.Symbol with private;
4 type Child_Symbol_Access is access all Child_Symbol;
6 function New_Child_Symbol return Child_Symbol_Access;
8 private
10 type Child_Symbol is new Parent_Ltd_With.Symbol with null record;
12 end Parent_Ltd_With.Child_Full_View;