Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
item_types.c
blob: 3d033a8629e218479599f8826cc72a55be2fd87c [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
enum
OnlyThisShouldBeGenerated
{
Foo
,
Bar
,
};
typedef
uint8_t
OnlyThisShouldBeGenerated
;