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