aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug069/bug2.vhdl
blob: 1bb227089a251ffa6a80f46f966480ac1bb0eef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
entity bug2 is
end entity bug2;

architecture x of bug2 is

  type bit_position is (msb);
  signal test : integer;

begin

  test <= msb;

end architecture x;