DEBSOURCES
Skip Quicknav
sources / python-aristaproto / 1.2%2Breally0.1.4-3 / tests / inputs / fixed / fixed.proto
12345678910
syntax = "proto3"; package fixed; message Test { fixed32 foo = 1; sfixed32 bar = 2; fixed64 baz = 3; sfixed64 qux = 4; }