diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-09-25 21:08:15 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-09-25 21:08:15 +0200 |
commit | decc588e1858cca6f6447a11c7669ac697964805 (patch) | |
tree | ab14a1cdc8010a9f8c21d8e260ca311fc7e7e3c2 /testsuite/synth/issue936/ent.vhdl | |
parent | 030bf768bc26708ce0bd906427cc6acacad83c4c (diff) | |
download | ghdl-decc588e1858cca6f6447a11c7669ac697964805.tar.gz ghdl-decc588e1858cca6f6447a11c7669ac697964805.tar.bz2 ghdl-decc588e1858cca6f6447a11c7669ac697964805.zip |
testsuite/synth: add testcase for #936
Diffstat (limited to 'testsuite/synth/issue936/ent.vhdl')
-rw-r--r-- | testsuite/synth/issue936/ent.vhdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/synth/issue936/ent.vhdl b/testsuite/synth/issue936/ent.vhdl new file mode 100644 index 000000000..a74c2e5af --- /dev/null +++ b/testsuite/synth/issue936/ent.vhdl @@ -0,0 +1,6 @@ +entity ent is +end entity; + +architecture a of ent is +begin +end; |