blob: aea2740e1f52da55609631a53c3a7a01bd119c40 [file] [log] [blame]
// PR c++/88825
// { dg-do compile { target c++14 } }
auto f () -> auto *
{
int t = 0;
return t; // { dg-error "unable to deduce" }
}