blob: 1c30e4dae6a2e3d750f323335e4f76a5eafe3881 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
-- { dg-do compile }
with Renaming16_Pkg; use Renaming16_Pkg;
procedure Renaming16 is
Results : Bindings_Query_Results_Type;
begin
for I in Create_Bindings_Iterator (Results) loop
null;
end loop;
end;
|