blob: 92bc3952f9a9693c0427529c0695e8b76ae16569 [file] [log] [blame]
edition = "2023";
package proto_example;
import "bar/bar.proto";
message Foo {
int32 int = 1;
repeated int32 numbers = 2;
string name = 3;
Bar bar = 4;
}