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

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