1#ifndef DEFINE_FUNC_ATTRIBUTES
2# define DEFINE_FUNC_ATTRIBUTES
3#endif
4#include "nvim/func_attr.h"
5#undef DEFINE_FUNC_ATTRIBUTES
6void event_init(void);
7_Bool event_teardown(void);
8void early_init(void);
9int main(int argc, char **argv);
10void getout(int exitval) FUNC_ATTR_NORETURN;
11#include "nvim/func_attr.h"
12