diff options
Diffstat (limited to 'testsuite/gna/bug027/comp.vhdl')
-rw-r--r-- | testsuite/gna/bug027/comp.vhdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/gna/bug027/comp.vhdl b/testsuite/gna/bug027/comp.vhdl new file mode 100644 index 0000000..be42317 --- /dev/null +++ b/testsuite/gna/bug027/comp.vhdl @@ -0,0 +1,7 @@ +package pkg is + component comp is + end component; +end pkg; + +entity comp is +end comp; |