1namespace type_field_collsion; 2 3// This table tests collsions of identifiers. 4table Collision { 5 collision : int; 6} 7 8root_type Collision;
View as plain text