aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0114/hello.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-12 16:43:47 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-12 23:31:20 +0200
commit7b066064cc558b070a46c4d50aa54544101f2c2b (patch)
treec7b4c930fa0939932710fdb593f26685643a3af3 /testsuite/gna/bug0114/hello.vhdl
parent074e960162d98017f14a2fe9e41c5c3b0a0a68a1 (diff)
downloadghdl-7b066064cc558b070a46c4d50aa54544101f2c2b.tar.gz
ghdl-7b066064cc558b070a46c4d50aa54544101f2c2b.tar.bz2
ghdl-7b066064cc558b070a46c4d50aa54544101f2c2b.zip
testsuite/gna: add a test for previous commit.
Diffstat (limited to 'testsuite/gna/bug0114/hello.vhdl')
-rw-r--r--testsuite/gna/bug0114/hello.vhdl8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/gna/bug0114/hello.vhdl b/testsuite/gna/bug0114/hello.vhdl
new file mode 100644
index 000000000..d1a516229
--- /dev/null
+++ b/testsuite/gna/bug0114/hello.vhdl
@@ -0,0 +1,8 @@
+entity hello is
+end hello;
+
+use work.pkg.all;
+architecture behav of hello is
+begin
+ say_hello;
+end behav;