aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug090/hang2.vhdl
blob: 7bdad961372f0bc69d4d976f250803bff5358f83 (plain)
1
2
3
4
5
6
7
entity hello is
disconnect

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