diff options
Diffstat (limited to 'testsuite/gna/issue1631/bug3.vhdl')
-rw-r--r-- | testsuite/gna/issue1631/bug3.vhdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/issue1631/bug3.vhdl b/testsuite/gna/issue1631/bug3.vhdl new file mode 100644 index 000000000..48d8f9c03 --- /dev/null +++ b/testsuite/gna/issue1631/bug3.vhdl @@ -0,0 +1,7 @@ +entity bug3 is +end; + +architecture behavior of bug3 is +begin + name(1 downto 0); +end behavior; |