Files
cbindgen/tests/expectations/char.c
T
2019-12-02 19:55:04 +01:00

12 lines
158 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <uchar.h>
typedef struct {
char32_t a;
} Foo;
void root(Foo a);