message TestMsg;
message Msg;

chare Test {
  entry Test(TestMsg *);
  entry teststart(TestMsg *);
  entry entry1(Msg *);
  entry entry2(Msg *);
};