Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / static_pred1.ads
blob4364fc866c55375e242d69e45b19a531c8f89489
1 generic
2 type T is private;
3 package Static_Pred1 is
4 procedure Dummy (Value : T);
5 end Static_Pred1;