t / t4018 / cpp-skip-comment-blockon commit CodingGuidelines: give an example for case/esac statement (79fc3ca)
   1struct item RIGHT(int i)
   2// Do not
   3// pick up
   4/* these
   5** comments.
   6*/
   7{
   8        ChangeMe;
   9}