aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1528/uattr4.vhdl
blob: 19f195425a36797e5609f497faee0a28f393b205 (plain)
1
2
3
4
5
6
7
8
entity uattr4 is
end;

architecture behav of uattr4 is
begin
  --  Not possible.
  assert false report "ent4'ent_name = " & work.ent4'ent_name severity note;
end behav;