1 2 3 4 5 6 7 8
entity simple is end; architecture behav of simple is begin assert false report "Hello" severity note; end;