// { dg-do compile { target c++11 } }
// PR c++/33838
template<typename T> struct A
{
  __decltype (T* foo()); // { dg-error "expected|no arguments|declaration" }
};
