pebble/third_party/nanopb/tests/regression/issue_644/int64.proto
2025-01-27 11:38:16 -08:00

21 lines
570 B
Protocol Buffer

syntax = "proto2";
message MessageTest {
optional int64 test1 = 1;
optional int64 test2 = 2;
optional int64 test3 = 3;
optional int64 test4 = 4;
optional int64 test5 = 5;
optional int64 test6 = 6;
optional int64 test7 = 7;
optional int64 test8 = 8;
optional int64 test9 = 9;
optional int64 test10 = 10;
optional int64 test11 = 11;
optional int64 test12 = 12;
optional int64 test13 = 13;
optional int64 test14 = 14;
optional int64 test15 = 15;
optional int64 test16 = 16;
optional int64 test17 = 17;
}