51c51
< v = Var(self.symtab, "out_msg", self.location, msg_type, "out_msg",
---
> v = Var(self.symtab, "out_msg", self.location, msg_type, "*out_msg",
56c56
< code("${{msg_type.ident}} out_msg;")
---
> code("${{msg_type.ident}} *out_msg = new ${{msg_type.ident}};")