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