blob: 8a460fd1a95a07a3135af58511fd83b19d0298f2 [file] [log] [blame]
#ifndef TESTS_OPTIONAL_SCALARS_TEST_H
#define TESTS_OPTIONAL_SCALARS_TEST_H
namespace flatbuffers {
namespace tests {
void OptionalScalarsTest();
} // namespace tests
} // namespace flatbuffers
#endif