t / t4018 / cpp-skip-comment-blockon commit travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503 (016d66f)
   1struct item RIGHT(int i)
   2// Do not
   3// pick up
   4/* these
   5** comments.
   6*/
   7{
   8        ChangeMe;
   9}