* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gnat.dg / profile_warning.ads
blob475d837137307b25d947cd7bb2f1ce5b5f20682c
1 pragma Profile_Warnings (Ravenscar);
2 with profile_warning_p;
3 package profile_warning is
4 pragma Elaborate_Body;
5 procedure I is new profile_warning_p.Proc;
6 end;