1 2 3 4 5 6 7 8 9 10 11 12 13
entity test2 is begin end entity; architecture arch of test2 is begin process(all) begin loop exit; end loop; end process; end architecture;