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