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