2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gnat.dg / opt17.ads
blob601c2f201c8d462d35056e2f3067fc6e332d8e5b
1 package Opt17 is
3 subtype S is String (1 .. 5);
5 function Func return S;
7 end Opt17;