aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/name2.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-05-28 20:57:09 +0200
committerTristan Gingold <tgingold@free.fr>2021-05-28 20:57:09 +0200
commit5885c15733efd56a0254b3735deceadf26f7d5d2 (patch)
treea226d64c0b25d7376a0d2baa1e66af15b771ac7c /testsuite/gna/bug0100/name2.vhdl
parentac49cafe30e4b67eebd73d69db45d294ea7e8522 (diff)
downloadghdl-5885c15733efd56a0254b3735deceadf26f7d5d2.tar.gz
ghdl-5885c15733efd56a0254b3735deceadf26f7d5d2.tar.bz2
ghdl-5885c15733efd56a0254b3735deceadf26f7d5d2.zip
testsuite/gna: add a test for previous commit
Diffstat (limited to 'testsuite/gna/bug0100/name2.vhdl')
-rw-r--r--testsuite/gna/bug0100/name2.vhdl11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/bug0100/name2.vhdl b/testsuite/gna/bug0100/name2.vhdl
new file mode 100644
index 000000000..702c5823b
--- /dev/null
+++ b/testsuite/gna/bug0100/name2.vhdl
@@ -0,0 +1,11 @@
+entity name2 is
+end name2;
+
+architecture behav of name2 is
+ signal samples: bit;
+begin
+ process
+ begin
+ bit'samples);
+ end process;
+end behav;