[gcn] install.texi: Update for new ISA targets and their requirements
[gcc.git] / gcc / testsuite / g++.dg / cpp23 / auto-fncast7.C
blob763164f3e5ba58d5f64289d698e6868fef42dc5f
1 // PR c++/103401
2 // { dg-do compile { target c++23 } }
4 void f(decltype(auto(0))) { }
6 int main()
8   f<int,int>(0); // { dg-error "no matching function" }