Preserving locations for variable-uses and constants (PR c++/43486)
[official-gcc.git] / gcc / testsuite / gnat.dg / nested_generic1_pkg.adb
blob1227626139570d8f60adfc1042c8796446f3b1f5
1 package body Nested_Generic1_Pkg is
3 procedure Image_Generic
4 (Renderer : in not null Element_Renderer) is
5 begin
6 null;
7 end;
9 procedure Image_Standard_Instance is new Image_Generic;
11 end Nested_Generic1_Pkg;