git-subtree-dir: third_party/protozero git-subtree-split: d5d8debf1b17c6bb652395957b76cde7787e5377
10 lines
131 B
C++
10 lines
131 B
C++
|
|
#include <test.hpp>
|
|
|
|
#define PBF_TYPE int64
|
|
#define PBF_TYPE_IS_SIGNED 1
|
|
using cpp_type = int64_t;
|
|
|
|
#include <scalar_access.hpp>
|
|
|