James Kuszmaul | 3b15b0c | 2022-11-08 14:03:16 -0800 | [diff] [blame] | 1 | #ifndef TESTS_ALIGNMENT_TEST_H |
2 | #define TESTS_ALIGNMENT_TEST_H | ||||
3 | |||||
4 | namespace flatbuffers { | ||||
5 | namespace tests { | ||||
6 | |||||
7 | void AlignmentTest(); | ||||
8 | |||||
9 | } // namespace tests | ||||
10 | } // namespace flatbuffers | ||||
11 | |||||
12 | #endif |