Sign in
third-party-mirror
/
cbindgen
/
1f32778f219c6898ee4e83e77a24211565ea817d
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
function_sort_name.compat.c
blob: fa401acdb126ce81a6dcb306b379533b391cd321 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
#ifdef
__cplusplus
extern
"C"
{
#endif
// __cplusplus
void
A
(
void
);
void
B
(
void
);
void
C
(
void
);
void
D
(
void
);
#ifdef
__cplusplus
}
// extern "C"
#endif
// __cplusplus