tenfourfox/ipc/ipdl/test/ipdl/ok/Struct.ipdl
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
127 B
Plaintext

struct S {
int i;
double d;
};
sync protocol Struct {
parent:
sync test(S s) returns (S ss);
__delete__();
};