``` unittest { int a = 1; (a)--; } ``` ``` test.d(3): Error: expression expected, not ';' test.d(4): Error: C style cast illegal, use cast(a)--0 test.d(4): Error: found '}' when expecting ';' following statement test.d(5): Error: found 'EOF' when expecting '}' following compound statement ``` v2.069.2
*** This issue has been marked as a duplicate of issue 7184 ***