int main() {
  test_basic();
  test_emplace_sfinae();
}
int main(int, char**) {
  test_basic();
  test_emplace_sfinae();

  return 0;
}