aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug055/gen2-body.vhdl
blob: 372a716455d073b6375a14efcbd14174fb5f7864 (plain)
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;