diff options
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; + |