#include namespace Envoy { void foo() { absl::variant x{12}; auto y = std::holds_alternative(x); } } // namespace Envoy