(tmpdir)
| 100 | __check_symbol_database(tmpdir, 'struct Fred { void operator=(int x); };') |
| 101 | |
| 102 | def test_symbol_database_struct_1(tmpdir): |
| 103 | __check_symbol_database(tmpdir, 'struct S {};') |
| 104 | |
| 105 | def test_ast_calculations(tmpdir): |
| 106 | __check_ast(tmpdir, 'int x = 5; int y = (x + 4) * 2;') |
nothing calls this directly
no test coverage detected