xref: /aosp_15_r20/external/federated-compute/fcp/tracing/tools/testdata/OrderWithIds.fbs (revision 14675a029014e728ec732f129a32e299b2da0601)
1include "fcp/tracing/tracing_schema_common.fbs";
2
3table OrderWithIds (tag: "ORDI") {
4  fieldz: int (id: 1);
5  fieldy: int (id: 2);
6  fieldx: int (id: 0);
7}