diff options
author | Tristan Gingold <tgingold@free.fr> | 2013-12-29 04:17:49 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2013-12-29 04:17:49 +0100 |
commit | 6e75035993a0f52456c300931ee32b24e2626696 (patch) | |
tree | 246d893ec3d29decec1f43e5d5fa181d2a77f887 /testsuite/gna/bug16095/module.vhd | |
parent | 8d37e1b6f69f60ccdf1dd8197f1e7225d80c2e05 (diff) | |
download | ghdl-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.vhd | 5 |
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; |