Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / debug6.adb
blob25fdef206df91bf0a65c7d404f0c22ac2f03ff09
1 -- { dg-do compile }
2 -- { dg-options "-g" }
4 with Debug6_Pkg; use Debug6_Pkg;
6 procedure Debug6 is
7 V : Value := (Kind => Undefined);
8 begin
9 Process (V);
10 end Debug6;