2 use ieee.std_logic_1164.all;
7 architecture beh of issue2 is
10 elem : std_logic_vector (3 downto 0);
13 function fun (arg : std_logic_vector) return t_rec is
15 return t_rec'(elem => arg);
20 -- -synth error + bug report
21 assert fun ("000") = fun ("000");