1 extern int *p;
foo()2 int foo() { return *p; }
3