blob: aeb9fc1a201fceceea97bc8bddab5dd63e76bc19 [file] [log] [blame]
package Renaming10 is
type Rec is record
Position : Natural;
end record;
function F (Input : Rec) return Natural;
end Renaming10;