aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1381/repro5.vhdl
blob: 013ea833dc855010f682e2cedfdad8720d6f189f (plain)
1
2
3
4
5
6
7
entity repro5 is
end;

architecture behav of repro5 is
  type states_t is (s0, s1, s2);
begin
end behav;