remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / opt17.ads
1 package Opt17 is
2
3   subtype S is String (1 .. 5);
4
5   function Func return S;
6
7 end Opt17;