Sign in
fuchsia
/
third_party
/
github.com
/
google
/
flatbuffers
/
0100f6a5779831fa7a651e4b67ef389a8752bd9b
/
.
/
tests
/
type_field_collsion.fbs
blob: ec7354428b94ebef4bb98474d7ce2180d8c2bef7 [
file
]
namespace
type_field_collsion
;
// This table tests collsions of identifiers.
table
Collision
{
collision
:
int
;
}
root_type
Collision
;