table Person {
  name:string;
  age:int;
}

root_type Person;