#include #include #include #include struct StyleA; struct B { int32_t x; float y; }; void root(const struct StyleA *a, struct B b);