From 89c817660b426ef9603a264a2aaf6407d0da40e1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 12 Feb 2017 21:06:42 +0100 Subject: Add testcases for #238 --- testsuite/gna/issue238/var3.vhdl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testsuite/gna/issue238/var3.vhdl (limited to 'testsuite/gna/issue238/var3.vhdl') diff --git a/testsuite/gna/issue238/var3.vhdl b/testsuite/gna/issue238/var3.vhdl new file mode 100644 index 000000000..c34cba102 --- /dev/null +++ b/testsuite/gna/issue238/var3.vhdl @@ -0,0 +1,15 @@ +entity var3 is +end; + +use work.pkg.all; + +architecture behav of var3 is +begin + process + variable v1 : rec_4; + variable v2 : rec_4bis; + begin + v2 := v1; + wait; + end process; +end behav; -- cgit v1.2.3