...

Text file src/github.com/google/flatbuffers/tests/alignment_test.h

Documentation: github.com/google/flatbuffers/tests

     1#ifndef TESTS_ALIGNMENT_TEST_H
     2#define TESTS_ALIGNMENT_TEST_H
     3
     4namespace flatbuffers {
     5namespace tests {
     6
     7void AlignmentTest();
     8
     9}  // namespace tests
    10}  // namespace flatbuffers
    11
    12#endif

View as plain text