remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / discr36_pkg.ads
1 package Discr36_Pkg is
2
3   generic
4     type T is private;
5   function Func return T;
6
7 end Discr36_Pkg;