| 118 | struct module_local { |
| 119 | const bool value; |
| 120 | constexpr explicit module_local(bool v = true) : value(v) {} |
| 121 | }; |
| 122 | |
| 123 | /// Annotation to mark enums as an arithmetic type |
nothing calls this directly
no outgoing calls
no test coverage detected