// RUN: %clang_cc1 -fsyntax-only -verify %s
;
T* X0<T>::static_member = + 1; // expected-error{{pointer to the function}}
; // okay
; // expected-note 3{{requested here}}
// Specialize everything, so that the explicit instantiation does not trigger
// any diagnostics.
;
typedef int ;
int_long_func *
int_long_func *X0<int>::static_member;
;