aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug090/hang3.vhdl
blob: 44c7b554183848fdd367fac7d1f124c84429edb5 (plain)
1
2
3
4
5
6
entity hello is
end hello;

architecture behav of hello is
begin
   assert false report "Hello world" severity note;with behav;