| 161 | |
| 162 | namespace { |
| 163 | struct BytecodeWriterConfig { |
| 164 | BytecodeVersion bytecodeVersion; |
| 165 | }; |
| 166 | } // end anonymous namespace |
| 167 | |
| 168 | //===----------------------------------------------------------------------===// |
nothing calls this directly
no outgoing calls
no test coverage detected