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

architecture behav of reserved2 is
  signal context : bit;
begin
  process
  begin
    wait;
  end process;
end behav;