// PR c++/36435 template T f(); template T* f() { return 0; } template int* f();