While using clang 3.8, I had a problem with the new version of the If statement which allows initialisation statement as follows: ``` if(init; condition) ``` I am getting a syntax error while using the new if statement. Thanks, Shekhar