2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / decltype-33838.C
blobeffe08dcc4bb44e300c6057173878b5ecc7742d6
1 // { dg-do compile { target c++11 } }
2 // PR c++/33838
3 template<typename T> struct A
5   __decltype (T* foo()); // { dg-error "expected|no arguments|accept" }
6 };