aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1860/test.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-09-11 19:20:02 +0200
committerTristan Gingold <tgingold@free.fr>2021-09-11 19:20:02 +0200
commitcf57ad79e2ba7995df7e2af2d3ab7b94e040ae52 (patch)
treee0b652ec43318ece351c11ef53f276d219a2db58 /testsuite/synth/issue1860/test.vhdl
parent55a6aefeeee7a320ad5d44e8184583f29656b3be (diff)
downloadghdl-cf57ad79e2ba7995df7e2af2d3ab7b94e040ae52.tar.gz
ghdl-cf57ad79e2ba7995df7e2af2d3ab7b94e040ae52.tar.bz2
ghdl-cf57ad79e2ba7995df7e2af2d3ab7b94e040ae52.zip
testsuite/synth: add a test for #1860
Diffstat (limited to 'testsuite/synth/issue1860/test.vhdl')
-rw-r--r--testsuite/synth/issue1860/test.vhdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/synth/issue1860/test.vhdl b/testsuite/synth/issue1860/test.vhdl
new file mode 100644
index 000000000..aabda0eba
--- /dev/null
+++ b/testsuite/synth/issue1860/test.vhdl
@@ -0,0 +1,7 @@
+ENTITY test IS
+END ENTITY;
+
+ARCHITECTURE rtl OF test IS
+BEGIN
+END ARCHITECTURE;
+