a * b * c * d
((a * b) * c) * d
a * ((b * c) * d)
We're talking integers here, though (re: Python).
e.g. 0 * (0/0)
e.g. f() * raise_some_exception()