(tmp_path)
| 175 | |
| 176 | # files with unknown extensions are treated as C++ |
| 177 | def test_cmd_unk(tmp_path): |
| 178 | __test_cmd(tmp_path, 'test.cplusplus', [], '-x c++') |
| 179 | |
| 180 | |
| 181 | # headers are treated as C by default |
nothing calls this directly
no test coverage detected