summaryrefslogtreecommitdiffstats
path: root/tests/regression/issue_145/comments.proto
blob: 4e86b3028876abda8fd6dfa1eae67632bd04406c (plain)
1
2
3
4
5
message DummyMessage {
    required string foo = 1;
    required string bar = 2;
}