aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1919/repro.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue1919/repro.vhdl')
-rw-r--r--testsuite/gna/issue1919/repro.vhdl6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/gna/issue1919/repro.vhdl b/testsuite/gna/issue1919/repro.vhdl
new file mode 100644
index 000000000..64ab6ee11
--- /dev/null
+++ b/testsuite/gna/issue1919/repro.vhdl
@@ -0,0 +1,6 @@
+library ieee;
+use ieee.std_logic_1164.all;
+
+package repro is
+ alias reg_Acc : std_logic_vector(3 downto 0) is "0111";
+end repro;