aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug030/reserved3.vhdl
blob: 441e8cffc9d8ccd24102187625282c3d7198a954 (plain)
1
2
3
4
5
6
7
8
9
10
11
entity reserved3 is
end;

architecture behav of reserved3 is
  signal protected : bit;
begin
  process
  begin
    wait;
  end process;
end behav;