(tmpdir)
| 82 | __check_symbol_database(tmpdir, 'void f(int);') |
| 83 | |
| 84 | def test_symbol_database_6(tmpdir): |
| 85 | __check_symbol_database(tmpdir, 'inline static int foo(int x) { return x; }') |
| 86 | |
| 87 | def test_symbol_database_7(tmpdir): |
| 88 | __check_symbol_database(tmpdir, 'struct S {int x;}; void f(struct S *s) {}') |
nothing calls this directly
no test coverage detected