blob: 08dc64b372a0bcb783a01a951e5eb80e4a7bf460 [file] [log] [blame] [edit]
namespace com.company.test;
table Person {
name:string;
age:short;
}
root_type Person;