(tmpdir)
| 67 | |
| 68 | |
| 69 | def test_symbol_database_1(tmpdir): |
| 70 | __check_symbol_database(tmpdir, 'int main(){return 0;}') |
| 71 | |
| 72 | def test_symbol_database_2(tmpdir): |
| 73 | __check_symbol_database(tmpdir, 'struct Foo { void f(); }; void Foo::f() {}') |
nothing calls this directly
no test coverage detected