// PR c++/56060 // { dg-do compile { target c++11 } } template struct baz { }; template T bar(); template baz()(bar ...))> // { dg-error "cannot be used" } foo(); int main() { foo(); // { dg-error "no matching" } return 0; }