#include #include #include #include struct Foo_Bar { const int32_t *something; }; union Bar { int32_t something; struct Foo_Bar subexpressions; }; void root(union Bar b);