aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0114/hello.vhdl
diff options
context:
space:
mode:
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;