// C comment corner cases similar to those described at
// http://ostermiller.org/findcomment.html

/* comment 0 */

/* comment 1
 comment 1, second line*/
/* comment 2 */

int a;
/* comment 3 */
int b;
/* comment 4 */
int c;

/*
 * comment 5
 */
/* comment 6 */

int d;
/****
 * comment 7
 ****/
int e;
/*
 * comment 8
 */
int f;

/****
 * comment 9
 ****/
/****
* comment 10
*/
