blob: 09082dd15b9833c5a719231f4fae791716d5cac9 [file] [log] [blame]
// PR c++/67012
// { dg-do compile { target c++14 } }
decltype(auto) f() -> int; // { dg-error "1:.f. function with trailing return type has" }