Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <memory> using namespace std; struct Y{ }; struct X{ Y y; }; int main() { shared_ptr<X> px(make_shared<X>()); shared_ptr<Y> py(px, &px->y); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines