aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue471/p1.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-01 04:34:57 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-01 04:35:16 +0100
commit0b472177e185420144c8f03f227f98f4e06f289d (patch)
tree8422a896ae3b0f5c3cce17ad7709ba5db0fa9a3b /testsuite/gna/issue471/p1.vhdl
parentd265cf4189aa50685d68c04675f15c0466b45314 (diff)
downloadghdl-0b472177e185420144c8f03f227f98f4e06f289d.tar.gz
ghdl-0b472177e185420144c8f03f227f98f4e06f289d.tar.bz2
ghdl-0b472177e185420144c8f03f227f98f4e06f289d.zip
Testcase for #471
Diffstat (limited to 'testsuite/gna/issue471/p1.vhdl')
-rw-r--r--testsuite/gna/issue471/p1.vhdl5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/gna/issue471/p1.vhdl b/testsuite/gna/issue471/p1.vhdl
new file mode 100644
index 000000000..b85f5e390
--- /dev/null
+++ b/testsuite/gna/issue471/p1.vhdl
@@ -0,0 +1,5 @@
+use work.p1.all;
+
+package p1 is
+ constant c : natural := 5;
+end p1;