Sign in
third-party-mirror
/
cbindgen
/
1f32778f219c6898ee4e83e77a24211565ea817d
/
.
/
cbindgen-0.27.0
/
tests
/
expectations
/
package_version.c
blob: dd8e7185dad5cbb955e6233289d285affae8c215 [
file
] [
log
] [
blame
]
/* Package version: 0.1.0 */
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
typedef
struct
{
uint64_t
bar
;
}
Foo
;
void
doit
(
const
Foo
*);