summaryrefslogtreecommitdiffstats
path: root/tests/test-marshallers.proto
blob: e360b093a9a969cccf6a75bdb283b550c6d300a9 (plain)
1
2
3
4
5
6
7
8
9
10
channel TestChannel {
   message {
      uint32 data_size;
      uint64 *data[data_size] @marshall;
   } ShortDataSubMarshall;
};

protocol Spice {
    TestChannel main = 1;
};