aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug24326/repro1.vhdl
blob: 624a7a7d8c657c32ba748fee097b18614824560b (plain)
1
2
3
4
5
6
7
entity repro1 is
end;

architecture behav of repro1 is
  constant c : natural := 5 % 4;
begin
end;