aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/attr2.vhdl
blob: 719100aa023399f03afdf4ea6903fc8f0d716f81 (plain)
1
2
3
4
5
6
7
8
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;