1package Opt17 is
2
3  subtype S is String (1 .. 5);
4
5  function Func return S;
6
7end Opt17;
8