| 36 | }; |
| 37 | |
| 38 | int main() { |
| 39 | /*<<make injector configuration>>*/ |
| 40 | auto injector = configuration(); |
| 41 | assert(dynamic_cast<implementation*>(injector.create<std::unique_ptr<interface>>().get())); |
| 42 | } |
nothing calls this directly
no test coverage detected