aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue913/repro.vhdl
blob: 4f116cebf7a7689e208a19d6c1a2dc956f4ab5af (plain)
1
2
3
4
5
6
7
8
9
10
11
entity repro is
end;

use work.apackage.all;

architecture arch of repro is
  signal r : t_record;
  signal v : t_dbyte;
begin
  v <= to_hkbyte(r);
end arch;