1package Renaming10 is 2 3 type Rec is record 4 Position : Natural; 5 end record; 6 7 function F (Input : Rec) return Natural; 8 9end Renaming10; 10