(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) {}') |
| 89 | |
| 90 | def test_symbol_database_class_access_1(tmpdir): |
| 91 | __check_symbol_database(tmpdir, 'class Fred { void foo ( ) {} } ;') |
nothing calls this directly
no test coverage detected