diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-12-15 07:41:09 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-12-16 07:05:32 +0100 |
commit | 814d63034a45f14c6eb1d00d7446537777ed855f (patch) | |
tree | ec0a9af9eab6b8785e7b9e96e24c0bbe0899ee4b /testsuite/gna/bug094/pkgb.vhdl | |
parent | 6f3f9645ef7f05150dd13488025d419deb29c6da (diff) | |
download | ghdl-814d63034a45f14c6eb1d00d7446537777ed855f.tar.gz ghdl-814d63034a45f14c6eb1d00d7446537777ed855f.tar.bz2 ghdl-814d63034a45f14c6eb1d00d7446537777ed855f.zip |
Tests for errors in imported units.
Diffstat (limited to 'testsuite/gna/bug094/pkgb.vhdl')
-rw-r--r-- | testsuite/gna/bug094/pkgb.vhdl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/gna/bug094/pkgb.vhdl b/testsuite/gna/bug094/pkgb.vhdl new file mode 100644 index 000000000..a6af85eb1 --- /dev/null +++ b/testsuite/gna/bug094/pkgb.vhdl @@ -0,0 +1,3 @@ +package pkgb is + shared variable v : natural; +end pkgb; |