Commit 2bd4a275 authored by Vladimir Glavnyy's avatar Vladimir Glavnyy Committed by Wouter van Oortmerssen

Detect leak with sanitizer (#5283)

parent 23bb5740
......@@ -7,9 +7,14 @@ package proto.test;
/// Enum doc comment.
enum ProtoEnum {
option allow_alias = true;
FOO = 1;
/// Enum 2nd value doc comment misaligned.
/// Enum 2nd value doc comment misaligned.
BAR = 5;
// Aliases
FOO_A1 = 1;
BAR_A1 = 5;
FOO_A2 = 1;
}
/// 2nd table doc comment with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment