Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
assoc_constant.cpp
blob: 07a0dbd069b852711db34cc41493ed8ed0f95abf [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
struct
Foo
{
};
constexpr
static
const
int32_t
Foo_GA
=
10
;
constexpr
static
const
float
Foo_ZO
=
3.14
;
extern
"C"
{
void
root
(
Foo
x
);
}
// extern "C"