blob: 367a6504ecbb0a25a7051a0287f6997762bff6dc [file] [log] [blame]
syntax = "proto3";
package frc971;
import "google/protobuf/empty.proto";
message TestProto {
string s = 1;
int32 i = 2;
// Making sure that well-known protos work.
.google.protobuf.Empty empty = 3;
}