blob: bb69e531d2626eb0084e6473e3dedd9e59f39365 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct Foo {
uint32_t a;
} Foo;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void root(struct Foo a);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus