aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug23482/test1.vhdl
blob: 034c732a186e775a2fccbbe98cbae21fc1a8014b (plain)
1
2
3
4
5
6
7
8
entity test is end entity; 

architecture arch of test is 
  signal b:bit; 
  alias bit_base is bit'base; 
  -- alias b_stable is b'stable; 
begin 
end architecture;