remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / nested_generic1.adb
1 -- PR ada/52735
2 -- Reported by Per Sandberg <per.sandberg@bredband.net>
3
4 -- { dg-do compile }
5
6 with Nested_Generic1_Pkg;
7
8 procedure Nested_Generic1 is
9    package P is new Nested_Generic1_Pkg;
10 begin
11    null;
12 end;