// PR c++/34271 // { dg-do compile } // { dg-options "-std=c++0x" } template struct A { static int i; }; template int A::i(decltype (A::i; // { dg-error "expected primary-expression before" }