(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; }') |
| 77 | |
| 78 | def test_symbol_database_4(tmpdir): |
| 79 | __check_symbol_database(tmpdir, 'void f(const int x) {}') |
nothing calls this directly
no test coverage detected