Sign in
third-party-mirror
/
cbindgen
/
refs/heads/main
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
mod_2015.c
blob: f67ddcc2d2f8891dfaf2f4f270daa87259b25f05 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
#define
EXPORT_ME_TOO
42
typedef
struct
{
uint64_t
val
;
}
ExportMe
;
void
export_me
(
ExportMe
*
val
);
void
from_really_nested_mod
(
void
);