xref: /aosp_15_r20/external/flatbuffers/tests/vector_has_test.fbs (revision 890232f25432b36107d06881e0a25aaa6b473652)
1namespace Swift.Tests;
2
3table Vectors
4{
5  none:[ulong];
6  empty:[ulong];
7  array:[ulong];
8}
9
10root_type Vectors;
11