cbindgen/tests/expectations/const_transparent.cpp

10 lines
156 B
C++
Raw Normal View History

#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
using Transparent = uint8_t;
static const Transparent FOO = 0;