aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug027/comp.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug027/comp.vhdl')
-rw-r--r--testsuite/gna/bug027/comp.vhdl7
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 000000000..be4231750
--- /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;