extern int Math_Init(int);
extern int g;
int Math_Init2(void) { return Math_Init(g) + 4; }
