| 13955 | // It prevents using invalid operator==/!= defined at namespace scope. |
| 13956 | struct faketype {}; |
| 13957 | inline bool operator==(faketype, faketype) { return true; } |
| 13958 | inline bool operator!=(faketype, faketype) { return false; } |
| 13959 | |
| 13960 | // The helper function for {ASSERT|EXPECT}_EQ. |
nothing calls this directly
no outgoing calls
no test coverage detected