mod my { pub struct Block { number: i32 } }
Run
namespace my { class Block { private: int number; }; }