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/pkga_v2.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/pkga_v2.vhdl')
-rw-r--r-- | testsuite/gna/bug094/pkga_v2.vhdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/gna/bug094/pkga_v2.vhdl b/testsuite/gna/bug094/pkga_v2.vhdl new file mode 100644 index 000000000..dd0532939 --- /dev/null +++ b/testsuite/gna/bug094/pkga_v2.vhdl @@ -0,0 +1,4 @@ +package pkga is + subtype word is bit_vector (0 to 31); +end pkga; + |