1 2 3 4 5 6 7 8
package body gen2 is use pkg.all; function get2 return natural is begin return get; end get2; end gen2;