// PR c++/48581 // { dg-options -std=c++0x } 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() {}