1
2int bar = 0;
3
4void altSecondInit()
5{
6	bar = 1;
7}
8