Given header.h with:
header.h
class foo_{ int getint() const {return val;} private: int val; }
If I comment out as: //int v
//int v