aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1704/orig.vhdl
blob: 9b89c52921d3b07b6dc8d08e944cc51a72cdcdab (plain)
1
2
3
4
5
subtype word is std_logic_vector(word_len - 1 downto 0);
function F return word is 
begin
  return ("1010","101010101010", others => '0');
end function;