<<`module2` configuration>>*/
| 51 | |
| 52 | /*<<`module2` configuration>>*/ |
| 53 | auto module2(const int& i) { |
| 54 | // clang-format off |
| 55 | return di::make_injector( |
| 56 | di::bind<int>().to(i) |
| 57 | ); |
| 58 | } |
| 59 | // clang-format on |
| 60 | |
| 61 | /*<<module configuration with exposed `data`>>*/ |
no test coverage detected