1// Definition of variable "foo" conflicts with definition at
2
3extern int foo;
4extern float foo;
5