include protocol PSyncSyncManagee;
/* The main reason for this test is that it would have caught a bug
* in the Rust IPDL parser that was treating "sync" like "async" in the
* nested case.
*/
[NestedUpTo=not, ChildProc=any]
sync protocol PSyncSyncManager {
manages PSyncSyncManagee;
parent:
async PSyncSyncManagee();
};
[ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet)
]