#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>

struct Bar;

struct Foo {

};

extern const struct Bar BAR;

extern struct Foo FOO;

extern const int32_t NUMBER;

void root(void);
