aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/testsuite/g++.dg/cpp0x/decltype10.C
blob: 6c488998c59af31369cc05cb87cb9c1bdc0a5619 (plain)
1
2
3
4
5
6
7
8
9
10
// 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" }