aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue542/nest.vhdl
blob: 0becf0fe20f11606498194754ee6e5d0a6d7da4e (plain)
1
2
3
4
5
6
7
8
9
entity nest is
  constant c : natural := 1;
end nest;

architecture behav of nest is
  --  Not valid in vhdl-02.
  signal c : boolean;
begin
end behav;