1include 'one.fbs'; 2 3namespace bazel_repository_test; 4 5table Two { 6 one:One; 7} 8 9root_type Two;
View as plain text