blob: 7eda4f5388d6cf1b06b525605cee768e46e115d3 [file] [log] [blame]
James Kuszmaul1e57af92023-12-20 15:34:54 -08001include "reflection/reflection.fbs";
2
3namespace aos.testing;
4
5table UseSchema {
6 schema:reflection.Schema (id: 0);
7}
8
9root_type UseSchema;