blob: 5f199c61345137492ea842cd42e209e31a19fff4 [file] [log] [blame]
-- { dg-do compile }
with Renaming2_Pkg1;
package Renaming2 is
type T is null record;
package Iter is new Renaming2_Pkg1.GP.Inner (T);
end Renaming2;