Searched refs:exported_func_1 (Results 1 – 1 of 1) sorted by relevance
20 int exported_func_1() { return global_var_1; } in exported_func_1() function21 int exported_func_2() { return global_var_2 + exported_func_1(); } in exported_func_2()