blob: 1c04bb55c34c95343f9e86984096e85494bfb81a [file] [log] [blame]
// PR c++/86942
// { dg-do compile { target c++14 } }
using T = decltype(auto) () -> int; // { dg-error "11:invalid use of" }