// PR c++/25337

template <typename T> T& MakeT();
template <typename U, int N = sizeof (MakeT<U>().operator[](0))>
struct helper{};
template <typename U>
static char is_here(helper<U>*);


syntax highlighted by Code2HTML, v. 0.9.1