DEBSOURCES
Skip Quicknav
sources / golang-github-google-flatbuffers / 24.12.23-1 / tests / type_field_collsion.fbs
12345678
namespace type_field_collsion; // This table tests collsions of identifiers. table Collision { collision : int; } root_type Collision;