blob: 7721141b8b47f6f843e4a37264684a56ddedda47 [file] [log] [blame]
// { dg-do compile { target c++23 } }
// { dg-require-effective-target hosted }
// { dg-add-options no_pch }
#include <version>
#ifndef __cpp_lib_move_only_function
# error "Feature-test macro for move_only_function missing in <version>"
#elif __cpp_lib_move_only_function != 202110L
# error "Feature-test macro for move_only_function has wrong value in <version>"
#endif