mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
* create test that fails to compile * fix the issue * add test body * force commit gneerated header * build failures * fix bazel some more
14 lines
230 B
C++
14 lines
230 B
C++
#ifndef VECTOR_TABLE_NAKED_PTR_TEST_H
|
|
#define VECTOR_TABLE_NAKED_PTR_TEST_H
|
|
|
|
#include <string>
|
|
|
|
namespace flatbuffers {
|
|
namespace tests {
|
|
|
|
void VectorTableNakedPtrTest();
|
|
|
|
} // namespace tests
|
|
} // namespace flatbuffers
|
|
|
|
#endif
|