Support parsing C style comments such as: `char filepath[/*FILE_MAX*/ 1024]` This is done by skipping white-space inside square brackets so the value is read as: `char filepath[1024]`. Ref: !139196
Support parsing C style comments such as: `char filepath[/*FILE_MAX*/ 1024]` This is done by skipping white-space inside square brackets so the value is read as: `char filepath[1024]`. Ref: !139196