(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() {}') |
| 74 | |
| 75 | def test_symbol_database_3(tmpdir): |
| 76 | __check_symbol_database(tmpdir, 'struct Fred { int a; }; int b; void f(int c, int d) { int e; }') |
nothing calls this directly
no test coverage detected