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