diff options
Diffstat (limited to 'testsuite/gna/bug19195/top.vhdl')
-rw-r--r-- | testsuite/gna/bug19195/top.vhdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/bug19195/top.vhdl b/testsuite/gna/bug19195/top.vhdl new file mode 100644 index 000000000..fb1f4c702 --- /dev/null +++ b/testsuite/gna/bug19195/top.vhdl @@ -0,0 +1,7 @@ +entity top is +end top; + +use work.test_pkg; +architecture behav of top is +begin +end behav; |