aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/decltype-33838.C
blob: effe08dcc4bb44e300c6057173878b5ecc7742d6 (plain)
1
2
3
4
5
6
// { dg-do compile { target c++11 } }
// PR c++/33838
template<typename T> struct A
{
  __decltype (T* foo()); // { dg-error "expected|no arguments|accept" }
};