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