aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2116/func5.vhdl
blob: 85151bae6564e4f1d5285544599b6e6052701443 (plain)
1
2
3
4
5
6
7
8
9
10
entity tb is
end tb;

architecture behavioral of tb is
  function A(v : integer) return i000'er is
  begin
  end;
begin
end behavioral;