• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 extern int global_var;
2 
3 void foo_func(int param1);
4 void bar_func(void);
5 
6 struct MyStruct {
7   int field_var;
8 };
9