aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug16095/module.vhd
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2013-12-29 04:17:49 +0100
committerTristan Gingold <tgingold@free.fr>2013-12-29 04:17:49 +0100
commit6e75035993a0f52456c300931ee32b24e2626696 (patch)
tree246d893ec3d29decec1f43e5d5fa181d2a77f887 /testsuite/gna/bug16095/module.vhd
parent8d37e1b6f69f60ccdf1dd8197f1e7225d80c2e05 (diff)
downloadghdl-6e75035993a0f52456c300931ee32b24e2626696.tar.gz
ghdl-6e75035993a0f52456c300931ee32b24e2626696.tar.bz2
ghdl-6e75035993a0f52456c300931ee32b24e2626696.zip
Add bug16095
Diffstat (limited to 'testsuite/gna/bug16095/module.vhd')
-rw-r--r--testsuite/gna/bug16095/module.vhd5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/gna/bug16095/module.vhd b/testsuite/gna/bug16095/module.vhd
new file mode 100644
index 000000000..9a01640a3
--- /dev/null
+++ b/testsuite/gna/bug16095/module.vhd
@@ -0,0 +1,5 @@
+entity module is
+ generic(
+
+ );
+end entity;