blob: 8e405cc367845e3790181af400fe0d279b326bb3 [file] [log] [blame]
#include "foo.h"
int global_var = 10;
void bar_func(void) {
global_var += 100;
foo_func(global_var);
}