| 9 | using namespace standalone_enum_module_ns; |
| 10 | |
| 11 | PYBIND11_MODULE(standalone_enum_module, m) { // Added in PR #6015 |
| 12 | pybind11::enum_<SomeEnum> some_enum_wrapper(m, "SomeEnum"); |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected