1 2 3 4 5 6 7 8 9 10
entity e is end entity; architecture a of e is begin end: std.env.stop; end architecture; package p is end package;