The best reversed comma """operator""" I can think of is just a function:
inline static int rev_comma(int lhs, int rhs) { return lhs; }
though it would only work for a single combo of types and wouldn't be as readable a just a comma.