From 6bc84d1de4776a15939cf2b72021bdf0b97b930d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 4 Feb 2020 18:54:41 +0100 Subject: testsuite/gna: add tests for previous 2 commits. --- testsuite/gna/bug0100/emptyquote.vhdl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testsuite/gna/bug0100/emptyquote.vhdl (limited to 'testsuite/gna/bug0100/emptyquote.vhdl') diff --git a/testsuite/gna/bug0100/emptyquote.vhdl b/testsuite/gna/bug0100/emptyquote.vhdl new file mode 100644 index 000000000..4c7a80bce --- /dev/null +++ b/testsuite/gna/bug0100/emptyquote.vhdl @@ -0,0 +1,15 @@ +entity emptyquote is +end; + +architecture behav of emptyquote is + procedure proc is + begin + null; + end proc; +begin + process + begin + proc'' + null; + end process; +end; -- cgit v1.2.3