aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue886/repro.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue886/repro.vhdl')
-rw-r--r--testsuite/gna/issue886/repro.vhdl8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/gna/issue886/repro.vhdl b/testsuite/gna/issue886/repro.vhdl
new file mode 100644
index 000000000..ba606a18d
--- /dev/null
+++ b/testsuite/gna/issue886/repro.vhdl
@@ -0,0 +1,8 @@
+entity repro is
+end;
+
+architecture behav of repro is
+ constant c : string := "hello";
+ constant d : time := 1 c'length;
+begin
+end behav;