aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/attr2.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug0100/attr2.vhdl')
-rw-r--r--testsuite/gna/bug0100/attr2.vhdl9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/gna/bug0100/attr2.vhdl b/testsuite/gna/bug0100/attr2.vhdl
new file mode 100644
index 000000000..719100aa0
--- /dev/null
+++ b/testsuite/gna/bug0100/attr2.vhdl
@@ -0,0 +1,9 @@
+entity attr2 is
+end attr2;
+
+architecture behav of attr2 is
+ attribute my_attr : boolean;
+ signal sig : bit;
+ attribute my_attr of sig;
+begin
+end behav;