Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / tests / comments.proto
1 // single line comment\r
2 \r
3 /**\r
4  * Naranjas.\r
5  */\r
6 message TestC { // one more\r
7     required /***** uncommon block ****/int32 a = 1; // another more\r
8 }\r
9 \r
10 // the end.