aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1172/test_module.vhdl
blob: b3d8f9bab9a9f916ed1649032af35131cd1b1b7d (plain)
1
2
3
4
5
6
7
entity test_module is
end entity test_module;

architecture rtl of test_module is
  constant CONSTANT1, CONSTANT2 : integer := 4;
begin
end architecture rtl;