remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / discr25.adb
1 -- { dg-do compile }
2
3 with Discr25_Pkg;
4
5 procedure Discr25 (N : Natural) is
6
7   package Test_Set is new Discr25_Pkg (N);
8
9 begin
10   null;
11 end;