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