#include #include "test9.h" void funcB () { global_i = 6; printf ("func B: global_i=%d\n", global_i); }