| 392 | struct hc_sloc *sloc) { |
| 393 | struct hc_sloc floc = *sloc; |
| 394 | struct hc_memory_stream buf; |
| 395 | hc_memory_stream_init(&buf, &hc_malloc_default); |
| 396 | hc_defer(hc_stream_deinit(&buf.stream)); |
| 397 | char c = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected