osrm-backend/third_party/protozero/test/t/fixed64/testcase.proto
2020-10-16 10:28:48 +03:00

13 lines
127 B
Protocol Buffer

syntax = "proto2";
option optimize_for = LITE_RUNTIME;
package TestFixed64;
message Test {
required fixed64 i = 1;
}