Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / renaming16.adb
blob1c30e4dae6a2e3d750f323335e4f76a5eafe3881
1 -- { dg-do compile }
3 with Renaming16_Pkg; use Renaming16_Pkg;
5 procedure Renaming16 is
6 Results : Bindings_Query_Results_Type;
7 begin
8 for I in Create_Bindings_Iterator (Results) loop
9 null;
10 end loop;
11 end;