diff options
-rw-r--r-- | testsuite/synth/issue1387/repro1.vhdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/synth/issue1387/repro1.vhdl b/testsuite/synth/issue1387/repro1.vhdl index f1277137d..4744a9d62 100644 --- a/testsuite/synth/issue1387/repro1.vhdl +++ b/testsuite/synth/issue1387/repro1.vhdl @@ -1,5 +1,6 @@ package repro1_pkg is signal s : bit; + constant cst : natural := 5; end; use work.repro1_pkg.all; |