blob: e105589cbd8441b12d38aaa8dbc4b697ee9dda49 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct {
int32_t x;
float y;
} Dummy;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void root(Dummy d);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus