Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
zst.cpp
blob: 6d6a4e2e3e075d7c056ac92d66c8bb729251c6ed [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
struct
TraitObject
{
void
*
data
;
void
*
vtable
;
};
extern
"C"
{
void
*
root
(
const
void
*
ptr
,
TraitObject
t
);
}
// extern "C"