// req.idl for benchmark typedef sequence transtype; interface bench { oneway void receive(in transtype data); };