Sign in
third-party-mirror
/
cbindgen
/
1f32778f219c6898ee4e83e77a24211565ea817d
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
extern.cpp
blob: 90e62d9b1b7ee1b0cc348b6778982ed2bba56fec [
file
] [
log
] [
blame
]
#include
<cstdarg>
#include
<cstdint>
#include
<cstdlib>
#include
<ostream>
#include
<new>
struct
Normal
{
int32_t
x
;
float
y
;
};
extern
"C"
{
extern
int32_t
foo
();
extern
void
bar
(
Normal
a
);
extern
int32_t
baz
();
}
// extern "C"