blob: 1a20cdf5d4b48bb42100736d4f3f181e797456d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
-- PR ada/52735
-- Reported by Per Sandberg <per.sandberg@bredband.net>
-- { dg-do compile }
with Nested_Generic1_Pkg;
procedure Nested_Generic1 is
package P is new Nested_Generic1_Pkg;
begin
null;
end;
|