summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/decltype-33838.C
blob: 260a0d1cf09c55bf1b32ae0adcc5300e60d0b261 (plain)
1
2
3
4
5
6
// { dg-options -std=c++0x }
// PR c++/33838
template<typename T> struct A
{
  __decltype (T* foo()); // { dg-error "expected|no arguments|accept" }
};