()
| 118 | # ── C ──────────────────────────────────────────────────────────────────────── |
| 119 | |
| 120 | def test_c_no_error(): |
| 121 | r = extract_c(FIXTURES / "sample.c") |
| 122 | assert "error" not in r |
| 123 | |
| 124 | def test_c_finds_functions(): |
| 125 | r = extract_c(FIXTURES / "sample.c") |
nothing calls this directly
no test coverage detected