blob: 21216e674cfe2c9c02666daff21c4d65077f1a3c [file] [log] [blame]
library fidl.test.json;
struct Empty {
};
protocol EmptyProtocol {
Send(Empty e);
-> Receive(Empty e);
SendAndReceive(Empty e) -> (Empty e);
};