aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/name1.vhdl
blob: 0ba1876e0b906a4f10c883628203da760f74948b (plain)
1
2
3
4
5
6
7
8
9
10
11
entity crash1 is
end crash1;

architecture behav of crash1 is
  signal samples: bit;
begin
  process
  begin
    bit'(samples));
  end process;
end behav;