Testing

auto add(auto&& a, auto&& b) noexcept {
  return a + b;
}