diff options
Diffstat (limited to 'testsuite/gna/ticket58/bug.vhdl')
-rw-r--r-- | testsuite/gna/ticket58/bug.vhdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/ticket58/bug.vhdl b/testsuite/gna/ticket58/bug.vhdl new file mode 100644 index 0000000..1f95e89 --- /dev/null +++ b/testsuite/gna/ticket58/bug.vhdl @@ -0,0 +1,7 @@ +package pkg is +end package; + +context ctx is + library lib; + use lib.pkg.all; +end context; |