1 // PR c++/86942 2 // { dg-do compile { target c++14 } } 3 4 using T = decltype(auto) () -> int; // { dg-error "11:invalid use of" } 5