(ISO C, §6.4.9) The C compiler can accept C++ comments ( //) in source code. C++ comments consist of anything that follows // on a line.
a = b; // This is a C++ comment
To use this feature, disable the ANSI Strict setting in the IDE options under DSC Compiler >> Language panel.