Vince Lan
Results
1
issues of
Vince Lan
https://github.com/sinojelly/mockcpp/blob/23fa9fbf6fe76c9603068eb1ed8d599cfd1bc228/include/mockcpp/ChainingMockHelper.h#L58 sample code: ``` #include "sample3.h" static unsigned char g_data = 0; void save_data(const Sample3 *s) { g_data = s->a + s->b; } int test(const Sample3 *s) { if ((s->a...