1 2 3 4 5 6 7 8 9 10 11 12
intr protocol trans_WrongDirection4 { child: intr Msg(); async __delete__(); state S1: answer Msg goto S1; start state _: send __delete__; };