blob: ec7354428b94ebef4bb98474d7ce2180d8c2bef7 [file] [log] [blame]
namespace type_field_collsion;
// This table tests collsions of identifiers.
table Collision {
collision : int;
}
root_type Collision;