#include <memory>
#include <vector>
int main() {
std::shared_ptr<const std::vector<int>> a = std::make_shared<const std::vector<int>>();
std::shared_ptr<const std::vector<int>> b = a;
}
I2luY2x1ZGUgPG1lbW9yeT4KI2luY2x1ZGUgPHZlY3Rvcj4KCmludCBtYWluKCkgewogICAgc3RkOjpzaGFyZWRfcHRyPGNvbnN0IHN0ZDo6dmVjdG9yPGludD4+IGEgPSBzdGQ6Om1ha2Vfc2hhcmVkPGNvbnN0IHN0ZDo6dmVjdG9yPGludD4+KCk7CiAgICBzdGQ6OnNoYXJlZF9wdHI8Y29uc3Qgc3RkOjp2ZWN0b3I8aW50Pj4gYiA9IGE7Cn0=