1 #include <stdarg.h> 2 #include <stdbool.h> 3 #include <stdint.h> 4 #include <stdlib.h> 5 6 typedef struct Bar Bar; 7 8 typedef struct Foo { 9 10 } Foo; 11 12 extern const Bar BAR; 13 14 extern Foo FOO; 15 16 extern const int32_t NUMBER; 17 18 void root(void); 19