mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
13 lines
207 B
C++
13 lines
207 B
C++
#ifndef TESTS_OPTIONAL_SCALARS_TEST_H
|
|
#define TESTS_OPTIONAL_SCALARS_TEST_H
|
|
|
|
namespace flatbuffers {
|
|
namespace tests {
|
|
|
|
void OptionalScalarsTest();
|
|
|
|
} // namespace tests
|
|
} // namespace flatbuffers
|
|
|
|
#endif
|