1extern int global_var;
2
3void foo_func(int param1);
4void bar_func(void);
5
6struct MyStruct {
7  int field_var;
8};
9