blob: 8b5992b8f9c2943ead850b17bf75b5f565e53fc7 [file] [log] [blame]
// { dg-do compile { target c++14 } }
using T = int () -> decltype(auto); // { dg-error "11:.type name. function with trailing return type not declared with .auto." }