Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / inline21_h.ads
blob494c54425f4e6f39af88d76b9debb2ecd6caff80
1 generic
2 package Inline21_H is
4 generic
5 package Nested_G is
6 procedure Proc;
7 pragma Inline (Proc);
8 end Nested_G;
10 end Inline21_H;