My function returns external_pointer<MyClass>. How can I get a definition of MyClass into cpp11.cpp?
I was hoping for a declaration like [cpp11:include] which I can put in front of some statement and it will be automatically included in cpp11.cpp. Is there such a thing?