diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-02-11 13:35:03 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-02-11 13:35:03 +0100 |
commit | bce7a19011080e04ac3becc39809453ea05dfd33 (patch) | |
tree | 5a0f50d9fec0be9aac01c6b4d151f0a895fb240e /testsuite/gna/issue2349/b.vhdl | |
parent | 832dea6c6670cb2eda6c52287d0b18f021472989 (diff) | |
download | ghdl-bce7a19011080e04ac3becc39809453ea05dfd33.tar.gz ghdl-bce7a19011080e04ac3becc39809453ea05dfd33.tar.bz2 ghdl-bce7a19011080e04ac3becc39809453ea05dfd33.zip |
testsuite/gna: add a test for #2349
Diffstat (limited to 'testsuite/gna/issue2349/b.vhdl')
-rw-r--r-- | testsuite/gna/issue2349/b.vhdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/gna/issue2349/b.vhdl b/testsuite/gna/issue2349/b.vhdl new file mode 100644 index 000000000..543273558 --- /dev/null +++ b/testsuite/gna/issue2349/b.vhdl @@ -0,0 +1,4 @@ +use work.a.all; + +package b is +end package b; |