aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0100/attr.vhdl
blob: b6047e1447715d31c5af78eaa9195e8d43f6e109 (plain)
1
2
3
4
5
6
7
entity attr is
end attr;

architecture behav of attr is
  attribute my_attr : ;
begin
end behav;