Hello, is it possible to support cross-field constraints? For example: entrypoint typedef struct _message{ header a; body b {a.fieldA.fieldB == b.fieldC}; // This is currently not supported } message;