(tmpdir)
| 97 | __check_symbol_database(tmpdir, 'class Fred { public: void foo ( ) {} } ;') |
| 98 | |
| 99 | def test_symbol_database_operator(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 {};') |
nothing calls this directly
no test coverage detected