1
2extern int y;
3
4int test()
5{
6	return y;
7}
8