From 5c5145dc1ca44fab0e6f543dbb2cbf95583e0bbf Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Mon, 29 Aug 2005 07:23:51 +0000 Subject: [PATCH] oops forgot this one svn:r179 --- test/regress.rpc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/regress.rpc diff --git a/test/regress.rpc b/test/regress.rpc new file mode 100644 index 00000000..7bc6b75d --- /dev/null +++ b/test/regress.rpc @@ -0,0 +1,17 @@ +/* tests data packing and unpacking */ + +struct msg { + string from_name = 1; + string to_name = 2; + optional struct[kill] kill = 3; + array struct[run] run = 4; +} + +struct kill { + string weapon = 1; + string action = 2; +} + +struct run { + string how = 1; +} -- 2.40.0