ASSERT_PRINT
# define ASSERT_PRINT(x, format, args...) ASSERT_ALWAYS_PRINT(x, format, args)
# define ASSERT_PRINT(x, format, args...) do { } while(0)