R��mi Bernon (@rbernon) commented about dlls/dinput/tests/dinput_test.h:
void fill_context_( const char *file, int line, char *buffer, SIZE_T size );
#define check_member_( file, line, val, exp, fmt, member ) \
- ok_(file, line)( (val).member == (exp).member, "got " #member " " fmt "\n", (val).member )
I had this at some point, but it tends to get very verbose when there's todos and quickly overflows the testbot limit (though arguably there's much less now). I think I'd prefer to keep it out.