From f11aa29812b75a42771c9fef4f94474b886cf0f3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 1 Oct 2021 19:15:30 +0200 Subject: testsuite/gna: add tests for previous commit --- testsuite/gna/issue1381/repro6.vhdl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testsuite/gna/issue1381/repro6.vhdl (limited to 'testsuite/gna/issue1381/repro6.vhdl') diff --git a/testsuite/gna/issue1381/repro6.vhdl b/testsuite/gna/issue1381/repro6.vhdl new file mode 100644 index 000000000..7122e75cf --- /dev/null +++ b/testsuite/gna/issue1381/repro6.vhdl @@ -0,0 +1,8 @@ +entity repro6 is +end; + +architecture behav of repro6 is + type states_t is (s0, s1, s2); + subtype st1 is states_t range s0 to s1; +begin +end behav; -- cgit v1.2.3