1 2 3 4 5 6 7 8 9 10 11
sync protocol PsyncProtocol { // sanity check of sync protocols child: async AsyncMsg(); parent: sync SyncMsg() returns (int i); };