#include <memory>

int main() {
    std::unique_ptr<int> j = {new int(0)};
}