blob: 63e2bf9b2a41c44e96124c97b73ed51da25269ba [file] [log] [blame]
table Person {
name:string;
age:int;
}
root_type Person;