DEBSOURCES
Skip Quicknav
sources / protozero / 1.8.1-1 / test / t / uint64 / testcase.proto
1234567891011
option optimize_for = LITE_RUNTIME; package TestUInt64; message Test { required uint64 i = 1; }