1 // The first Something should not be commented out
2 
3 Something(A const& /*from*/) = delete;
4 Something(A const& from) = delete;
5 
6     p->x
7