static bool:varaible;
static gsMyVar = 4; MyFunc(){ printf("%d", gsMyVar);} #include "File2"
MyFunc2(){ // This is wrong as gsMyVar doesn't exist here printf("%d", gsMyVar);}