aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0111/err.vhdl
blob: 3f609adb2a1c09411131f8430e4597a50ef5aefd (plain)
1
2
3
4
5
6
7
8
entity err is
end;

architecture behav of err is
  signal t2 : bit;
begin
  t0 <= '1';
end behav;