aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue563/repro2.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-04-30 04:48:10 +0200
committerTristan Gingold <tgingold@free.fr>2018-04-30 04:48:10 +0200
commitb709733aa8df0671ff77bc57636702f8a6e00800 (patch)
treeb3efb300b3a2a01580e41f6752b115f16987a803 /testsuite/gna/issue563/repro2.vhdl
parent0c017a0e4f0ae6fc88b5297e4379510737bfa5a2 (diff)
downloadghdl-b709733aa8df0671ff77bc57636702f8a6e00800.tar.gz
ghdl-b709733aa8df0671ff77bc57636702f8a6e00800.tar.bz2
ghdl-b709733aa8df0671ff77bc57636702f8a6e00800.zip
Add testcase for #563
Diffstat (limited to 'testsuite/gna/issue563/repro2.vhdl')
-rw-r--r--testsuite/gna/issue563/repro2.vhdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/gna/issue563/repro2.vhdl b/testsuite/gna/issue563/repro2.vhdl
new file mode 100644
index 000000000..760cc24bc
--- /dev/null
+++ b/testsuite/gna/issue563/repro2.vhdl
@@ -0,0 +1,5 @@
+library ieee;
+context ieee.ieee_std_context;
+
+entity repro2 is
+end repro2;