diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-01-22 12:13:16 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-01-25 06:07:11 +0100 |
commit | a22f41e442f1d82f7b18460f16844d5ce083d372 (patch) | |
tree | eea529499e84b246def5d65e0416099b79319c56 /testsuite/gna/issue521/pkg.vhdl | |
parent | 7ef79a53a8f3cbb972d3ac7b8b9ab7754f201001 (diff) | |
download | ghdl-a22f41e442f1d82f7b18460f16844d5ce083d372.tar.gz ghdl-a22f41e442f1d82f7b18460f16844d5ce083d372.tar.bz2 ghdl-a22f41e442f1d82f7b18460f16844d5ce083d372.zip |
Add testcase for #521
Diffstat (limited to 'testsuite/gna/issue521/pkg.vhdl')
-rw-r--r-- | testsuite/gna/issue521/pkg.vhdl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/gna/issue521/pkg.vhdl b/testsuite/gna/issue521/pkg.vhdl new file mode 100644 index 000000000..ad1b62ba7 --- /dev/null +++ b/testsuite/gna/issue521/pkg.vhdl @@ -0,0 +1,3 @@ +package pkg is + constant cst : natural := 5; +end pkg; |