2 // { dg-do compile { target c++11 } }
11 struct add_rval_ref<void>
17 typename add_rval_ref<T>::type create();
20 class = decltype(create<T>()())
22 auto f(int) -> char(&)[1];
25 auto f(...) -> char(&)[2];
27 static_assert(sizeof(f<void>(0)) != 1, "");