blob: 2ee5ff12146bf6a5b58cd03e4d03eccd09d48b5d [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
struct Dummy {
int32_t x;
float y;
};
void root(struct Dummy d);