1generic
2   type T is private;
3package Static_Pred1 is
4   procedure Dummy (Value : T);
5end Static_Pred1;
6