/*other.cpp*/ #include"other.h" static int sum = 100;
/*other.h*/ #ifndef _OTHER_H__ #define _OTHER_H__ static int sum; #endif