// { dg-do compile { target c++11 } } template auto f(int) -> char; template auto f(...) -> char(&)[2]; static_assert(sizeof(f(0)) != 1, ""); static_assert(sizeof(f(0)) != 1, "");