Austin Schuh | 2dd86a9 | 2022-09-14 21:19:23 -0700 | [diff] [blame^] | 1 | #ifndef TESTS_OPTIONAL_SCALARS_TEST_H |
2 | #define TESTS_OPTIONAL_SCALARS_TEST_H | ||||
3 | |||||
4 | |||||
5 | namespace flatbuffers { | ||||
6 | namespace tests { | ||||
7 | |||||
8 | void OptionalScalarsTest(); | ||||
9 | |||||
10 | } // namespace tests | ||||
11 | } // namespace flatbuffers | ||||
12 | |||||
13 | #endif |