#include #include #include #include struct Bar; struct Foo { }; extern const struct Bar BAR; extern struct Foo FOO; extern const int32_t NUMBER; void root(void);