aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/inst2.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug0100/inst2.vhdl')
-rw-r--r--testsuite/gna/bug0100/inst2.vhdl11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/bug0100/inst2.vhdl b/testsuite/gna/bug0100/inst2.vhdl
new file mode 100644
index 000000000..4b7b8a6f6
--- /dev/null
+++ b/testsuite/gna/bug0100/inst2.vhdl
@@ -0,0 +1,11 @@
+entity inst2 is
+end;
+
+architecture behav of inst2 is
+begin
+ gen: if False b = 0 generate
+ component cmp is
+ end component;
+ begin
+ end generate;
+end behav;