/cp
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / auto-fn47.C
blob7de2d9f9e5cf3646e4c6ff8a7a3c586843ca4bf3
1 // PR c++/84080
2 // { dg-do compile { target c++14 } }
4 template <int i, typename T> T foo();
6 template <> auto foo<0>() { return 42; } // { dg-error "does not match" }