Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
mod_path.cpp
blob: 0cda2e696c89fb671859881f10c6ad508d1c7498 [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
constexpr
static
const
uint8_t
EXPORT_ME_TOO
=
42
;
struct
ExportMe
{
uint64_t
val
;
};
extern
"C"
{
void
export_me
(
ExportMe
*
val
);
}
// extern "C"