xref: /aosp_15_r20/external/bazelbuild-rules_rust/test/proto/a.proto (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifansyntax = "proto3";
2*d4726bddSHONG Yifan
3*d4726bddSHONG Yifanmessage A {
4*d4726bddSHONG Yifan    string a = 1;
5*d4726bddSHONG Yifan}