PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gnat.dg / nested_generic1.adb
blob1a20cdf5d4b48bb42100736d4f3f181e797456d8
1 -- PR ada/52735
2 -- Reported by Per Sandberg <per.sandberg@bredband.net>
4 -- { dg-do compile }
6 with Nested_Generic1_Pkg;
8 procedure Nested_Generic1 is
9 package P is new Nested_Generic1_Pkg;
10 begin
11 null;
12 end;