mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Detect leak with sanitizer (#5283)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
23bb57401c
commit
2bd4a27550
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user