| 4 | |
| 5 | void stream1_tests() { |
| 6 | struct hc_memory_stream s; |
| 7 | hc_memory_stream_init(&s, &hc_malloc_default); |
| 8 | hc_defer(hc_stream_deinit(&s.stream)); |
| 9 | hc_printf(&s.stream, "%s%d", "foo", 42); |
nothing calls this directly
no outgoing calls
no test coverage detected