diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-06-09 21:10:28 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-06-09 21:12:11 +0200 |
commit | d2b3379a27cf86cbff068c42d7848a08343c57b6 (patch) | |
tree | 925b1a8d02fb9c546eaeaff986b6f0d4c9090a31 /testsuite/gna/issue1362/liba.vhdl | |
parent | 47547a132eb132778117ca5c4eb3394df0500898 (diff) | |
download | ghdl-d2b3379a27cf86cbff068c42d7848a08343c57b6.tar.gz ghdl-d2b3379a27cf86cbff068c42d7848a08343c57b6.tar.bz2 ghdl-d2b3379a27cf86cbff068c42d7848a08343c57b6.zip |
testsuite/gna: add a test for #1362
Diffstat (limited to 'testsuite/gna/issue1362/liba.vhdl')
-rw-r--r-- | testsuite/gna/issue1362/liba.vhdl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/gna/issue1362/liba.vhdl b/testsuite/gna/issue1362/liba.vhdl new file mode 100644 index 000000000..1f1e06155 --- /dev/null +++ b/testsuite/gna/issue1362/liba.vhdl @@ -0,0 +1,3 @@ +package pkga is + constant a : natural := 5; +end; |