// PR c++/84542 template void f(T); template __attribute__((unavailable)) void f(T) { } int main() { f(0); // { dg-error "unavailable" } }