patch 8.0.1291: C indent wrong when * immediately follows comment

Problem:    C indent wrong when * immediately follows comment. (John Bowler)
Solution:   Do not see "/*" after "*" as a comment start. (closes #2321)
diff --git a/src/testdir/test3.ok b/src/testdir/test3.ok
index cfb519b..035ea39 100644
--- a/src/testdir/test3.ok
+++ b/src/testdir/test3.ok
@@ -2094,3 +2094,9 @@
 	4
 /* end of define */
 
+
+{
+	a = second/*bug*/*line;
+	x
+}
+