blob: 3c24f2732cedcef577ce03c9772bb64b396ca5d7 [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
struct StyleA;
struct B {
int32_t x;
float y;
};
void root(const struct StyleA *a, struct B b);