Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
static.cpp
blob: 4695d3cf8154997c46648b2d9ad35501228038a9 [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
struct
Bar
;
struct
Foo
{
};
extern
"C"
{
extern
const
int32_t
NUMBER
;
extern
Foo
FOO
;
extern
const
Bar
BAR
;
void
root
();
}
// extern "C"