// PR c++/48581 // { dg-do compile { target c++11 } } template T&& create(); template())) > auto f(int) -> char; template auto f(...) -> char (&)[2]; struct S {}; void foo(S); static_assert(sizeof(f(0)) == 1, "Error"); // (#) int main() {}