aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2070/crash49.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue2070/crash49.vhdl')
-rw-r--r--testsuite/gna/issue2070/crash49.vhdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/gna/issue2070/crash49.vhdl b/testsuite/gna/issue2070/crash49.vhdl
new file mode 100644
index 000000000..705406049
--- /dev/null
+++ b/testsuite/gna/issue2070/crash49.vhdl
@@ -0,0 +1,5 @@
+library IEEE;use IEEE.numeric_std.all;entity tb is
+end;architecture behavioral of tb is
+subtype int01 is integer range-0**(-1)to(0);type a is array(0)of i;function A(v:l)return r is variable p:d(0);begin e(0)(0);r((0));end;begin
+process
+variable t:t;variable tmp:int01;begin tmp:=0;end process;end behavioral; \ No newline at end of file