blob: 89e2f9b25b8e587f029043615c604c58592aaea4 [file] [log] [blame]
Marc Slemko3ea00332006-08-17 01:11:13 +00001namespace test.stress
2
3service Service {
4
5 void echoVoid(),
6 byte echoByte(byte arg),
7 u16 echoU16(u16 arg),
8 u32 echoU32(u32 arg),
9 u64 echoU64(u64 arg),
10}
11