Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / opt87_pkg.ads
blob9b3462fe7b9bfe46985084bc72670b90cccf6a40
1 package Opt87_Pkg is
3 procedure Print (Msg : String; Location : String);
4 pragma Inline (Print);
6 end Opt87_Pkg;