aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug014/bug3.vhdl
blob: a94da57813495468298995519c68da9f65d7afe4 (plain)
1
2
3
4
5
6
7
package pkg3 is
  function f (a : integer) return integer;
  function f (a : integer) return integer is
  begin
   return 1;
  end f;
end pkg3;