blob: 239fe6d2a8f269127e8a9b4ef7ebeefcbc3da977 [file] [log] [blame]
// PR c+/57943
// { dg-do compile { target c++11 } }
struct a { };
template <typename T = decltype (a(0))> // { dg-error "" }
void f() { }