The example from wikipedia is different. You also have an assignment operator there, which
has higher precedence than the comma operator. In my example, the only operator is the
comma operator. Therefore, the parentheses are not necessary. Here's another example: