blob: 6c488998c59af31369cc05cb87cb9c1bdc0a5619 [file] [log] [blame]
// PR c++/34271
// { dg-do compile }
// { dg-options "-std=c++0x" }
template<int> struct A
{
static int i;
};
template<int N> int A<N>::i(decltype (A::i; // { dg-error "expected primary-expression before" }