1package Opt35_Pkg is
2
3  pragma Pure;
4
5  E : Exception;
6
7  function F (I : Integer) return Integer;
8
9end Opt35_Pkg;
10