blob: 89e2f9b25b8e587f029043615c604c58592aaea4 [file] [log] [blame]
namespace test.stress
service Service {
void echoVoid(),
byte echoByte(byte arg),
u16 echoU16(u16 arg),
u32 echoU32(u32 arg),
u64 echoU64(u64 arg),
}