| 37 | hc_dsl_init(&dsl, &hc_malloc_default); |
| 38 | hc_defer(hc_dsl_deinit(&dsl)); |
| 39 | struct hc_memory_stream out; |
| 40 | hc_memory_stream_init(&out, &hc_malloc_default); |
| 41 | hc_defer(hc_stream_deinit(&out.stream)); |
| 42 | dsl.out = &out.stream; |
nothing calls this directly
no outgoing calls
no test coverage detected