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