aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug094/pkga_v2.vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-15 07:41:09 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-16 07:05:32 +0100
commit814d63034a45f14c6eb1d00d7446537777ed855f (patch)
treeec0a9af9eab6b8785e7b9e96e24c0bbe0899ee4b /testsuite/gna/bug094/pkga_v2.vhdl
parent6f3f9645ef7f05150dd13488025d419deb29c6da (diff)
downloadghdl-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.vhdl4
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;
+