OSDN Git Service

PR c++/44157
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / decltype-33838.C
1 // { dg-options -std=c++0x }
2 // PR c++/33838
3 template<typename T> struct A
4 {
5   __decltype (T* foo()); // { dg-error "expected|no arguments|accept" }
6 };