1 2 3 4 5 6 7 8 9 10 11 12 13
entity bug8 is end entity bug8; architecture x of bug8 is type bit_position is (msb); signal test : real; begin test <= msb; end architecture x;