aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue627/ent.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue627/ent.vhdl')
-rw-r--r--testsuite/gna/issue627/ent.vhdl4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/gna/issue627/ent.vhdl b/testsuite/gna/issue627/ent.vhdl
new file mode 100644
index 000000000..93f098f60
--- /dev/null
+++ b/testsuite/gna/issue627/ent.vhdl
@@ -0,0 +1,4 @@
+entity test is
+type type_test is range 0 to 2#1.1#2; -- here is the missing e between 2nd hash and 2
+end;
+