Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / warn29.ads
blob56c202a8c87b70b81d8e0ddeeeb01905b2995578
1 package Warn29 is
2 type T is tagged null record;
3 procedure P (X : T; Y : Integer);
4 end Warn29;